change "from" field from VBA

  • Thread starter Thread starter VilMarci
  • Start date Start date
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
 
Assuming you're in an Exchange environment, set the
MailItem.SentOnBehalfOfName property.
 
Back
Top