ContactItemType.PhysicalAddresses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.