Scripting Auto-Filing of Mail Messages on Send 
Author Message
 Scripting Auto-Filing of Mail Messages on Send

Outlook 2002 has UI features for moving mail messages when
they're sent. And that would be all I needed. But it
doesn't get down to a detailed enoug level - letting me
look into the recipient's with enough detail, etc. I guess
I need to write a handler for the ItemSend() event, but
that means that I'll have to look at the item, send it
through code, and then file it through code too. I can't
find any good examples of that. Anyone have one?


Tue, 30 Nov 2004 08:49:34 GMT  
 Scripting Auto-Filing of Mail Messages on Send
See http://www.slipstick.com/dev/code/setsavefolder.htm for a basic
structure that you can embellish by adding statements to check the values of
various properties of the Item argument.

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
     Microsoft Outlook Programming - coming Fall 2002
     http://www.slipstick.com/books/jumpstart.htm


Quote:
> Outlook 2002 has UI features for moving mail messages when
> they're sent. And that would be all I needed. But it
> doesn't get down to a detailed enoug level - letting me
> look into the recipient's with enough detail, etc. I guess
> I need to write a handler for the ItemSend() event, but
> that means that I'll have to look at the item, send it
> through code, and then file it through code too. I can't
> find any good examples of that. Anyone have one?



Tue, 30 Nov 2004 11:51:42 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Send Mail Without Leaving Message in Sent Mail

2. Script to send an E-Mail message

3. Auto File Sent Mail

4. how to send mail with bmp files (using active messaging object)

5. Send Simple E-Mail Message without E-Mail client

6. using files to send messages between concurrent scripts

7. Creating a mail message with an auto-popup MsgBox

8. Auto reply to mail messages

9. Auto-send mail to tasks

10. Script to include original message in auto reply?

11. How can I send mail auto ...

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

 

 
Powered by phpBB® Forum Software