Insert message into PST

  • Thread starter Thread starter Terence Lee
  • Start date Start date
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!
 
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.
 
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!
 
Back
Top