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
CountryOrRegion
Gets or sets the country or region.
public string CountryOrRegion { get; set; }
Property Value
PostalCode
Gets or sets the postal code.
public string PostalCode { get; set; }
Property Value
State
Gets or sets the state.
public string State { get; set; }
Property Value
Street
Gets or sets the street.
public string Street { get; set; }