What account a message came through

  • Thread starter Thread starter Wassim
  • Start date Start date
W

Wassim

Hello All

I can have a field in my Inbox that tells me what account the message
came through.

Is there an equivalent in VBA?

I tried .ReceivedByName, .ReceivedOnBehalfOfName, and .Recipients, but
I can't make it work.

Thanks
 
What can't you make work? Show the code you're trying to use.

To get more than those properties and the recipients collection give you
would require using CDO 1.21 or Extended MAPI (C++ or Delphi only) or
Redemption (www.dimsatr.com/redemption) to get at certain MAPI properties
that aren't exposed in the Outlook object model.
 

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