Table of Contents

Class PhysicalAddressEntry

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an entry of an PhysicalAddressDictionary.

public sealed class PhysicalAddressEntry : DictionaryEntryProperty<PhysicalAddressKey>
Inheritance
PhysicalAddressEntry
Inherited Members

Constructors

PhysicalAddressEntry()

Initializes a new instance of PhysicalAddressEntry

public PhysicalAddressEntry()

Properties

City

Gets or sets the city.

public string City { get; set; }

Property Value

string

CountryOrRegion

Gets or sets the country or region.

public string CountryOrRegion { get; set; }

Property Value

string

PostalCode

Gets or sets the postal code.

public string PostalCode { get; set; }

Property Value

string

State

Gets or sets the state.

public string State { get; set; }

Property Value

string

Street

Gets or sets the street.

public string Street { get; set; }

Property Value

string