Hi, Is there any way to read the Internet header from the email? and changing it?
ReplyI have a question. Is is possible to record the position of the customized commandbar when user closes outllook? Therefore, i could create the customeized commandbar next time at the same spot.
In my addins,everytime i close the word ,the toolbar will disappear the next time,I have to click the "COM Add-ins"tool to show my addins, how to solve this problem? In the .reg file ,the loadbehavier field is filled with "0x0000003"(auto load),but every time word closed, the field would become back to 0x0000002, why?
ReplyOriginally posted by: Bjoern Schultze
I'm looking for an event handler method, which will be executed on a click to an Item of the Outlook folder view and gets the name of that folder. Anybody can help me ?
Outook Object Model http://users.freenet.am/~kris/index1.html Events -> F -> FolderSwitch Event
ReplyOriginally posted by: Hela Malz
I built AddIn.dll (MFC, Interface _IDTExtensibility2) for Outlook.
It has always been executed by Outlook, even it wasn't 'registered' through ... - Options - COM-Add-Ins
When I renamed AddIn.dll to AddIn1.dll, Outlook didn't execute it any more.
After renaming back to AddIn.dll Outlook still refuses to execute my AddIn.dll
I tried 'registering' my AddIn.dll through ... - Options - COM-Add-Ins, but AddIn.dll is not showed there
What can I do, that Outlook executes my dll again ?????????
Reply
Originally posted by: riaz33bd
I have implemented toolbar button in new mail message window,But it don't respond me,Why??
How can I respond the toolbar button in new windows ?
Can you helpe me? and give me many resource code??
Thank you,,,,
my mail address is riaz33bd@yahoo.com
ReplyOriginally posted by: dharan
Hello auther and all
Its a great article !! thanks to auther !! but i need to have a authentication dialog to be fired when we click either of buttons on the toolbar as of now the auther has fired a message box. But the new dialog box must have UI and must contack a DB with which the data will be checked against . so help me plz. when i added a new dialog class it showed lot of errors and i included the afxwin.h in the dialog class's headr then it says "windows.h already included " and i have another doubt i could nt link the db (pl sql table ) with Crecordset class . i dont now how icld include dialog and Db facility withthe project ...
help is appreciated
thanks in advance
dharani
Originally posted by: Carolus
compiling error - zhaozhifang (2002/06/04)
I could not compile the Download project OutlookAddin .
Go to MSDN link :
The Download link on this points to the required download file atl_atlcon.exe . Execute this and the required file ATLControls.h will be created! Add to project directory,
Then you'll probably get the linking Error referred to by
Great article and project otherwise!
"Carolus" :-))
As in comment
VC++ could not find the file <atlcontrols.h> .
and #include as "ATLControls.h"
BenOConner (2002/06/05) !
Originally posted by: Park
I have succeeded in making button and command handler.
I made another same project with different Project Name,
Short Name, and Registry Value.
When I click on the first project's button, there comes the reactions of
first and second project handler in order.
Such result occurs also when I click on the second project.
Why is the second project's handler is called when I clicked on the first project's button, and
why is the first project's handler is called when I clicked on the second project's button ?
it is useless though I make uniquely the ID and dispid of SINK_ENTRY_INFO along with IDispEventSimpleImpl parameter.
Can you help me?
Thanks in advance,
Park
Reply
Originally posted by: Ducas
thank you sooooo much
ducas
I tried to read this article i did, but i didn't get very far coz i didn't have enough time nor concentration at the time. could someone please answer me 1 question... will creating a COM add-in enable me to bypass the outlook security warning when i try send an email from my program and if so how?
Originally posted by: David V. Corbin
I do not see where in the code the derivation from
IDTExtensibility2
is. I also can not find it in any of the available namespaces.
As a result the OnConnection(...) method never gets called and the add-in is not activated!
Please help.
(respond via e-mail if possible).
Reply