MAPI Sent Items 
Author Message
 MAPI Sent Items

Hi All,
I'm trying to set up my MAPI session so that all messages that I send
are not saved in the "Sent Items" folder.  Is it possible to do this
programmatically using VB?
Thanks in advance,
Iain


Fri, 21 Mar 2003 03:00:00 GMT  
 MAPI Sent Items

The Send method of the CDO Message object has a SaveCopy parameter that defaults to True. Set this to False to avoid saving a copy of the message in the Sent Items folder.

Regards,
Simon Jones
MillStream Designs Ltd
Independent IT Consultants

  Hi All,
  I'm trying to set up my MAPI session so that all messages that I send
  are not saved in the "Sent Items" folder.  Is it possible to do this
  programmatically using VB?
  Thanks in advance,
  Iain



Fri, 21 Mar 2003 03:00:00 GMT  
 MAPI Sent Items

Cheers Simon.  Worked a treat!

 - Iain

  The Send method of the CDO Message object has a SaveCopy parameter that defaults to True. Set this to False to avoid saving a copy of the message in the Sent Items folder.

  Regards,
  Simon Jones
  MillStream Designs Ltd
  Independent IT Consultants


    Hi All,
    I'm trying to set up my MAPI session so that all messages that I send
    are not saved in the "Sent Items" folder.  Is it possible to do this
    programmatically using VB?
    Thanks in advance,
    Iain



Fri, 21 Mar 2003 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. MAPI Sent Items

2. MAPI Sent Items

3. MAPI access to Sent Items folder???

4. MAPI and Sent Items

5. Mapi: Send method will not send

6. MAPI message Send method puts message in Outbox but it isn't actually sent

7. Programmatically delete an item from the Sent items

8. Programmatically delete an item from the Sent Items Folder

9. Howto trap MAPIFolder.Items.ItemAdd on Sent Items Folder

10. How to delete selective items from Sent Items from PF Script

11. Meeting item when sent as item gives problems

12. Removal of attachments on email items in Sent items folder

 

 
Powered by phpBB® Forum Software