PhysicalAddressEntry Class

Definition

Represents an entry within a physical address dictionary.

public ref class PhysicalAddressEntry sealed : Microsoft::Exchange::WebServices::Data::DictionaryEntryProperty<Microsoft::Exchange::WebServices::Data::PhysicalAddressKey>
public sealed class PhysicalAddressEntry : Microsoft.Exchange.WebServices.Data.DictionaryEntryProperty<Microsoft.Exchange.WebServices.Data.PhysicalAddressKey>
Public NotInheritable Class PhysicalAddressEntry
Inherits DictionaryEntryProperty(Of PhysicalAddressKey)
Inheritance

Constructors

PhysicalAddressEntry()

Initializes a new instance of the PhysicalAddressEntry class.

Properties

City

Gets or sets the city of the entry.

CountryOrRegion

Gets or sets the country or region of the entry.

PostalCode

Gets or sets the postal code of the entry.

State

Gets or sets the state of the entry.

Street

Gets or sets the street of the entry.

Applies to