ContactItemType.PhysicalAddresses Property

Definition

The PhysicalAddresses property gets or sets an array of type PhysicalAddressDictionaryEntryType that represents a collection of physical addresses that are associated with a contact.

public:
 property cli::array <ExchangeWebServices::PhysicalAddressDictionaryEntryType ^> ^ PhysicalAddresses { cli::array <ExchangeWebServices::PhysicalAddressDictionaryEntryType ^> ^ get(); void set(cli::array <ExchangeWebServices::PhysicalAddressDictionaryEntryType ^> ^ value); };
public ExchangeWebServices.PhysicalAddressDictionaryEntryType[] PhysicalAddresses { get; set; }
Public Property PhysicalAddresses As PhysicalAddressDictionaryEntryType()

Property Value

The PhysicalAddresses property returns an array of type PhysicalAddressDictionaryEntryType that represents a collection of physical addresses that are associated with a contact.

Applies to