Archive Outbound Mail in Public Folder

  • Thread starter Steve Redhead via OfficeKB.com
  • Start date
S

Steve Redhead via OfficeKB.com

I would like to interrupt the SendMail routine with a prompt to archive an
outbound Outlook message to a public folder. The user needs to see a
treeview of the public folders on sending. After selecting the desired
public folder, a copy of the message should be saved to that folder. This
is for Outlook 2003. Any pointers would be appreciated.

Thanks
Steve
 
M

Michael Bauer

Hi Steve,

you can use the ItemSend event and for the treeview the Pickfolder
function.
 
S

Steve Redhead via OfficeKB.com

Thanks for your response Michael. I am looking at the PickFolder function
as you suggested. Looks like a simple route for me to take. Thanks. Do you
know if I can specifiy what the root folder is for the PickFolder Function?

Steve
 
Top