In VBA, can I change MailItem.SenderName?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have written a small VBA module to extract e-mail addresses from an Excel
spreadsheet and send messages via Outlook. Currently, Outlook assigns my
default SenderName and SenderEmailAddress. I wish to assign a different
SenderName and SenderEmailAddress to the out-going e-mails. I understand that
both SenderName and SenderEmailAddredd are read-only, but there must be a
way around this ostacle.
 
Back
Top