Class ContactEntity
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an ContactEntity object.
public sealed class ContactEntity : ExtractedEntity
- Inheritance
-
ContactEntity
- Inherited Members
Properties
Addresses
Gets the contact entity Addresses.
public StringList Addresses { get; }
Property Value
BusinessName
Gets the contact entity BusinessName.
public string BusinessName { get; }
Property Value
ContactString
Gets the contact entity ContactString.
public string ContactString { get; }
Property Value
EmailAddresses
Gets the contact entity EmailAddresses.
public StringList EmailAddresses { get; }
Property Value
PersonName
Gets the contact entity PersonName.
public string PersonName { get; }
Property Value
PhoneNumbers
Gets the contact entity PhoneNumbers.
public ContactPhoneEntityCollection PhoneNumbers { get; }
Property Value
Urls
Gets the contact entity Urls.
public StringList Urls { get; }