Create message

J

Julieta Prandi

Hi,
I want to create a new message in the storage.
I noticed that there is a function in Outlook::MAPIFolder (Add) that adds a
MailItem to the mapi folder. The problem with this function is that I have a
complete source of a message and I want to create the message from that
source and the security warnings that will be displayed when changing the To
or Cc.
So, I want to create a full message in a specific folder from a source.
Is there any way to do it?

Thanks,
(-- July --)
 
D

Dmitry Streblechenko

Do you mean a message in the MIME format?
Mosts protected properties only tigger the prompt if you read them, setting
is fine.
<plug>You can also use Redemption (url below) to import MIME messages - see
SafeMailItem.Import(..., olRFC822)</plug>

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
J

Julieta Prandi

Thank you, that was what I was looking for.


Dmitry Streblechenko said:
Do you mean a message in the MIME format?
Mosts protected properties only tigger the prompt if you read them,
setting is fine.
<plug>You can also use Redemption (url below) to import MIME messages -
see SafeMailItem.Import(..., olRFC822)</plug>

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top