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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top