Adding mails to outlook

N

Nir

Hi,

How can I add mails to Outlook's inbox programmatically?

When I try to use application.createItem(), it creates new message item. I would like to add mail which will look like regular message which have been received already.

TIA
 
K

Ken Slovak - [MVP - Outlook]

You can sort of simulate a received email using Extended MAPI or a MAPI
wrapper such as Redemption (www.dimastr.com/redemption) but you can't
completely simulate everything unless you actually create and send an email.
 
D

Dmitry Streblechenko

I think Ken meant you can't simulate a received e-mail using OOM alone
(there are workarounds, but the message won't look 100% correct).
Extended MAPI and Redemption will let you create an e-mail that looks 100%
like it was received.

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