ContactItemType.PhysicalAddresses Property
The PhysicalAddresses property gets or sets an array of type PhysicalAddressDictionaryEntryType that represents a collection of physical addresses that are associated with a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property PhysicalAddresses As PhysicalAddressDictionaryEntryType()
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As PhysicalAddressDictionaryEntryType()
value = instance.PhysicalAddresses
instance.PhysicalAddresses = value
public PhysicalAddressDictionaryEntryType[] PhysicalAddresses { get; set; }
Property Value
Type: []
The PhysicalAddresses property returns an array of type PhysicalAddressDictionaryEntryType that represents a collection of physical addresses that are associated with a contact.
See Also