change "from" field from VBA

V

VilMarci

Hi,

Can somebody help me?
I need to send mails from an other account (rights, etc ok) using VBA.
What object shall I use to do that?

Thanks,
Marton
 
S

Sue Mosher [MVP-Outlook]

Assuming you're in an Exchange environment, set the
MailItem.SentOnBehalfOfName property.
 
Top