Mails not appearing in Sent Items

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

A funny thing has just recently started, items I mail from Excel via
some VB code are not appearing in my Sent Items on Outlook. They use
to, every time I ran this code previously

My default mail program is set to Outlook, 'Save copy of Sent Items' is
also checked. I'm running XP

Anyone else seen this behaviour?


Thanks
 
Hi Sean,

You must instruct Outlook to do so. MAPI defines the Fields
PR_SENTMAIL_ENTRYID and PR_DELETE_AFTER_SUBMIT on which the sending process
is able to instruct Outlook what to do with a message after it has been
submitted. You can access those fields not from the Outlook API, you need
CDO, Redempton or a C compiler.

Thomas Quester
www.olfolders.de
 
Back
Top