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.
 
Back
Top