Class NameResolution
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a suggested name resolution.
public sealed class NameResolution
- Inheritance
-
NameResolution
- Inherited Members
Properties
Contact
Gets the contact information of the suggested resolved name. This property is only available when ResolveName is called with returnContactDetails = true.
public Contact Contact { get; }
Property Value
Mailbox
Gets the mailbox of the suggested resolved name.
public EmailAddress Mailbox { get; }