modify From Sendername

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

Guest

I have several 'additional mailboxes' open in my outlook session. I'm looking for a way to automatically change the 'From' sendername when replying to an email arriving in one of these 'additional' mailboxes. Method MyReply.From doesn't work. MeReply.Sendername is readonly. On screen it 's easy (modify the From) but how to do in the code?
 
Use MailItem.SentOnBehalfOfName property.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


brt said:
I have several 'additional mailboxes' open in my outlook session. I'm
looking for a way to automatically change the 'From' sendername when
replying to an email arriving in one of these 'additional' mailboxes. Method
MyReply.From doesn't work. MeReply.Sendername is readonly. On screen it 's
easy (modify the From) but how to do in the code?
 
Back
Top