Designating 'From' Mailbox via Code

  • Thread starter Thread starter hstockbridge5
  • Start date Start date
H

hstockbridge5

Hi,

I am going to be generating 55 files that need to be sent from our
department mailbox instead of from me. Is there a way I can do that
using VBA, or do I have to manually need to create 55 separate emails,
and attach the files from there?

Any help you can lend would be appreciated.

Henry
 
Take a look at the MailItem.SentOnBehalfOfName property.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Fantastic! Thanks.
Take a look at the MailItem.SentOnBehalfOfName property.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top