M
Mark Wilson
I recently read the following BLOG.
http://blogs.msdn.com/dvespa/archiv...rypt-a-message-programmatically-from-oom.aspx
It showed how to sign or encrypt a message in Outlook 2007 using
SetPropertyAccessor. I need to do the same for a native C++ Outlook 2003 COM
addin so SetPropertyAccessor is not an available method in the object model.
I'm assuming that it can be done with HrSetOneProp but I can't find a
definition for either PR_SECURITY or PR_SECURITY_FLAGS. Do you know what
that definition is?
Using MFCMAPI I've looked at the properties of draft messages in the Drafts
folder with both encryption and digital signature either selected or turned
off. There seems to be no property related to these two flags. Setting
those bits in Outlook 2007 with SetPropertyAccessor must change something on
the message properties. Why can't I find it?
http://blogs.msdn.com/dvespa/archiv...rypt-a-message-programmatically-from-oom.aspx
It showed how to sign or encrypt a message in Outlook 2007 using
SetPropertyAccessor. I need to do the same for a native C++ Outlook 2003 COM
addin so SetPropertyAccessor is not an available method in the object model.
I'm assuming that it can be done with HrSetOneProp but I can't find a
definition for either PR_SECURITY or PR_SECURITY_FLAGS. Do you know what
that definition is?
Using MFCMAPI I've looked at the properties of draft messages in the Drafts
folder with both encryption and digital signature either selected or turned
off. There seems to be no property related to these two flags. Setting
those bits in Outlook 2007 with SetPropertyAccessor must change something on
the message properties. Why can't I find it?