Insert message into PST

T

Terence Lee

Hi all,

Is it possible to insert a message into a pst using the outlook com
object? I can't find a way to do that.

Thanx in advance,
Terence



*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
K

Ken Slovak - [MVP - Outlook]

Insert a message where? New message or existing one? If existing one, from
where?

At the most basic you could use Application.CreateItem(olMailItem) to create
a new mail item in the store.

Please include parts of the preceding thread if you reply, the interface you
are using doesn't do that and it makes it very hard to follow a thread.
 
T

Terence Lee

I am now using Lotus Notes, and would like to migrate to Exchange. The
first problem I need to solve is to migrate the Notes local archive to
Outlook. I have been playing with the Outlook COM object and seems that
MailItem does not allow the modification of the Sender field. Next, I
will try the CDO 1.2.1 COM and see whether it helps.

Any idea?

Thanx,
Terence


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

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