NameResolution.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 information of the suggested resolved name. This property is only available when ResolveName is called with the returnContactDetails argument set to true.
public:
property Microsoft::Exchange::WebServices::Data::Contact ^ Contact { Microsoft::Exchange::WebServices::Data::Contact ^ get(); };
public Microsoft.Exchange.WebServices.Data.Contact Contact { get; }
Public ReadOnly Property Contact As Contact
Property Value
An Exchange contact.