MapiContactPhysicalAddressPropertySet Class

Specify three physical addresses: Home Address, Work Address, and Other Address. One of the addresses can be marked as the Mailing Address
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMapiContactPhysicalAddressPropertySet

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

The MapiContactPhysicalAddressPropertySet type exposes the following members.

Constructors
  NameDescription
Public methodMapiContactPhysicalAddressPropertySet
Initializes a new instance of the MapiContactPhysicalAddressPropertySet class
Public methodMapiContactPhysicalAddressPropertySet(MapiPropertyCollection)
Initializes a new instance of the MapiContactPhysicalAddressPropertySet class
Properties
  NameDescription
Public propertyHomeAddress
Specifies the address of the contact's home
Public propertyOtherAddress
Specifies the other contact's address
Public propertyWorkAddress
Specifies the address of the contact's work
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also