ContactItemType.PostalAddressIndex Property
The PostalAddressIndex property gets or sets one of the valid PhysicalAddressIndexType values that represent the display type for the physical address for a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property PostalAddressIndex As PhysicalAddressIndexType
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As PhysicalAddressIndexType
value = instance.PostalAddressIndex
instance.PostalAddressIndex = value
public PhysicalAddressIndexType PostalAddressIndex { get; set; }
Property Value
Type: ExchangeWebServices.PhysicalAddressIndexType
The PostalAddressIndex property returns one of the valid PhysicalAddressIndexType values that represent the display type for the physical address for a contact.
See Also