N
Nikhil Sharma
Hi,
I am facing one issue with Outlook 2003 Addin (develeoped by VSTO).
As everybody knows that Outlook object model shows security Pop-up, when we
try to access some specific properties like body, recipients ... etc of any
Message Item. So i am using MAPI (managed C++ code) to access (read/write)
these properties to supress security Popup (i don't know, whether there is
any other way to supress security Popup? if yen then please suggest).
Now when i try to set these properties using MAPI
"IMessage->SaveMessage(KEEP_OPEN_READWRITE) or
IMessage->SaveMessage(FORCE_SAVE)", these properties are not getting
reflected immediately, To see the changes in these properties i need to close
my outlook and then reopen it.
I dont know what is the solution of this problem.
Thanks and Best Regards,
Nikhil Sharma
I am facing one issue with Outlook 2003 Addin (develeoped by VSTO).
As everybody knows that Outlook object model shows security Pop-up, when we
try to access some specific properties like body, recipients ... etc of any
Message Item. So i am using MAPI (managed C++ code) to access (read/write)
these properties to supress security Popup (i don't know, whether there is
any other way to supress security Popup? if yen then please suggest).
Now when i try to set these properties using MAPI
"IMessage->SaveMessage(KEEP_OPEN_READWRITE) or
IMessage->SaveMessage(FORCE_SAVE)", these properties are not getting
reflected immediately, To see the changes in these properties i need to close
my outlook and then reopen it.
I dont know what is the solution of this problem.
Thanks and Best Regards,
Nikhil Sharma