Class MapiContactPhysicalAddressPropertySet

MapiContactPhysicalAddressPropertySet class

Specify three physical addresses: Home Address, Work Address, and Other Address. One of the addresses can be marked as the Mailing Address

public sealed class MapiContactPhysicalAddressPropertySet : MapiContactPropertySet

Constructors

NameDescription
MapiContactPhysicalAddressPropertySet()Initializes a new instance of the MapiContactPhysicalAddressPropertySet class
MapiContactPhysicalAddressPropertySet(MapiPropertyCollection)Initializes a new instance of the MapiContactPhysicalAddressPropertySet class

Properties

NameDescription
HomeAddress { get; set; }Specifies the address of the contact’s home
OtherAddress { get; set; }Specifies the other contact’s address
WorkAddress { get; set; }Specifies the address of the contact’s work

See Also