Set MailItem.Sender Property

  • Thread starter Thread starter Joshua Ellul
  • Start date Start date
J

Joshua Ellul

Hi There,

How can I set the MailItem Sender property of a MalItem being created by my
application. Perhaps using Redemption but how?

Josh
 
First of all, if you looked in the object browser, you'd see that the MailItem object has no Sender property.

Second, Outlook doesn't provide any direct way to change the account or sender for an outgoing message. See
http://www.outlookcode.com/codedetail.aspx?id=889 for various workarounds that might fit your scenario and mail environment.

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

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