Table of Contents

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

StringList

BusinessName

Gets the contact entity BusinessName.

public string BusinessName { get; }

Property Value

string

ContactString

Gets the contact entity ContactString.

public string ContactString { get; }

Property Value

string

EmailAddresses

Gets the contact entity EmailAddresses.

public StringList EmailAddresses { get; }

Property Value

StringList

PersonName

Gets the contact entity PersonName.

public string PersonName { get; }

Property Value

string

PhoneNumbers

Gets the contact entity PhoneNumbers.

public ContactPhoneEntityCollection PhoneNumbers { get; }

Property Value

ContactPhoneEntityCollection

Urls

Gets the contact entity Urls.

public StringList Urls { get; }

Property Value

StringList