PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Archive Outbound Mail in Public Folder

Reply

Archive Outbound Mail in Public Folder

 
Thread Tools Rate Thread
Old 05-03-2005, 09:17 PM   #1
Steve Redhead via OfficeKB.com
Guest
 
Posts: n/a
Default Archive Outbound Mail in Public Folder


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

--
Message posted via http://www.officekb.com
  Reply With Quote
Old 06-03-2005, 06:36 AM   #2
Michael Bauer
Guest
 
Posts: n/a
Default Re: Archive Outbound Mail in Public Folder

Hi Steve,

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

--
Viele Grüße
Michael Bauer


"Steve Redhead via OfficeKB.com" <forum@OfficeKB.com> wrote in message
news:9e31126a17484974a076cc767b0f3810@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
>
> --
> Message posted via http://www.officekb.com


  Reply With Quote
Old 06-03-2005, 11:52 AM   #3
Steve Redhead via OfficeKB.com
Guest
 
Posts: n/a
Default Re: Archive Outbound Mail in Public Folder

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

--
Message posted via http://www.officekb.com
  Reply With Quote
Old 06-03-2005, 09:16 PM   #4
Michael Bauer
Guest
 
Posts: n/a
Default Re: Archive Outbound Mail in Public Folder

Hi Steve,

you can´t. The root folder is the Session.Folders collection.

--
Viele Grüße
Michael Bauer


"Steve Redhead via OfficeKB.com" <forum@OfficeKB.com> wrote in message
news:875a79107e364b859b435e4860421dd7@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
>
> --
> Message posted via http://www.officekb.com


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off