View Single Post
  #1  
Old December 10th 07, 02:16 PM posted to microsoft.public.outlook.program_vba
DPM
external usenet poster
 
Posts: 21
Default How to save a email, sent out, as a file

Hi,

What I need is to save an email which is sent out from MSO as a file, which
is a frozen copy of the mail sent.

1. To do the above I need to find out the mail from Sent Items for the mail
which was sent out from Outbox.
What I know is the EntryId changes and there is no other property to create
a link between these 2 mail items
ie.
After issuing loMailItem.Send(), how do I get hold of the mail from sent
items, to issue loMailItem.SaveAs() and create a frozen copy ?

2. I noticed that MS Outlook has a option 'Not to save a copy in Sent
Items', in this case how to I create a file with the frozen copy ?

Could someone please give some hints.


Ads