MapiContactPhysicalAddress Class

Refers to the group of properties that define physical address for a contact.
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMapiContactPhysicalAddress

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class MapiContactPhysicalAddress

The MapiContactPhysicalAddress type exposes the following members.

Constructors
  NameDescription
Public methodMapiContactPhysicalAddress
Initializes a new instance of the MapiContactPhysicalAddress class.
Properties
  NameDescription
Public propertyAddress
Specifies the complete address of the contact's address
Public propertyCity
Specifies the city or locality portion of the contact's address
Public propertyCountry
Specifies the country or region portion of the contact's address
Public propertyCountryCode
Specifies the country code portion of the contact's address
Public propertyIsMailingAddress
Gets or sets a value indicating whether this address is mailing address
Public propertyPostalCode
Specifies the postal code (ZIP code) portion of the contact's address
Public propertyPostOfficeBox
Gets or sets the post office box
Public propertyStateOrProvince
Specifies the state or province portion of the contact's address
Public propertyStreet
Specifies the street portion of the contact's address
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also