Class MapiContactPhysicalAddress

MapiContactPhysicalAddress class

Refers to the group of properties that define physical address for a contact.

public sealed class MapiContactPhysicalAddress : MapiContactAddress

Constructors

NameDescription
MapiContactPhysicalAddress()Initializes a new instance of the MapiContactPhysicalAddress class.

Properties

NameDescription
Address { get; set; }Specifies the complete address of the contact’s address
City { get; set; }Specifies the city or locality portion of the contact’s address
Country { get; set; }Specifies the country or region portion of the contact’s address
CountryCode { get; set; }Specifies the country code portion of the contact’s address
IsMailingAddress { get; set; }Gets or sets a value indicating whether this address is mailing address
PostalCode { get; set; }Specifies the postal code (ZIP code) portion of the contact’s address
PostOfficeBox { get; set; }Gets or sets the post office box
StateOrProvince { get; set; }Specifies the state or province portion of the contact’s address
Street { get; set; }Specifies the street portion of the contact’s address

See Also