Class MapiContactPhysicalAddressPropertySet
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
Properties
Name | Description |
---|
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