IContactMessageActivatedEventArgs.Contact Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the contact for the message.
public:
property Contact ^ Contact { Contact ^ get(); };
Contact Contact();
public Contact Contact { get; }
var contact = iContactMessageActivatedEventArgs.contact;
Public ReadOnly Property Contact As Contact
Property Value
The contact for the message.