D
DarkJem
Hi all,
I'm trying to add a digital signature to a message in a C++ Com Addin.
I have an external program which signs and encrypt a message, but this
tool gives me only the raw Mime content of the message.
I am able to extract each and every part of the mime and to rebuild it
as an Outlook::MailItem but the signature is added as an attachement
and the mail is not recognized as signed. It appeared in the
attachment list in my rebuilt message.
I tried to use CDO to set the Signed property to 'true' but it doesn't
work.
How can I attach the digital signature to my message in a way that
will be make Outlook to recognize my message as digitally signed? I
can't use the IConverterSession because my addin is supposed to work
with OL 2003 and OL 2002.
Any idea or enlightment would be very very welcome!!
Regards
Jeremie
I'm trying to add a digital signature to a message in a C++ Com Addin.
I have an external program which signs and encrypt a message, but this
tool gives me only the raw Mime content of the message.
I am able to extract each and every part of the mime and to rebuild it
as an Outlook::MailItem but the signature is added as an attachement
and the mail is not recognized as signed. It appeared in the
attachment list in my rebuilt message.
I tried to use CDO to set the Signed property to 'true' but it doesn't
work.
How can I attach the digital signature to my message in a way that
will be make Outlook to recognize my message as digitally signed? I
can't use the IConverterSession because my addin is supposed to work
with OL 2003 and OL 2002.
Any idea or enlightment would be very very welcome!!
Regards
Jeremie