Save incoming e-mail as msg with name = sent date

G

Guest

Hi,
I would like to save selected incoming mail in msg format, but the name of
the msg file shoot be the sent date of this e-maile.
Can anyone explain how I can achieve this?
Regards,
Eduard.
 
M

Michael Bauer

Am Mon, 3 Apr 2006 03:33:01 -0700 schrieb Ed_Berez:

Eduard, do you want to save the selected or the incoming messages?

For getting selected items you can use the ActiveExplorer.Selection
collection. Loop through that list and call each item´s Save method with the
item´s SentOn property as the file name.

For saving incoming messages you can start with the Inbox´ ItemAdd event. A
sample for that is available in the VBA help.
 

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