Contact.PostalAddressIndex 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.
Gets or sets the index of the contact's postal address. When set, PostalAddressIndex refers to an entry in the PhysicalAddresses property indexed list.
public:
property Nullable<Microsoft::Exchange::WebServices::Data::PhysicalAddressIndex> PostalAddressIndex { Nullable<Microsoft::Exchange::WebServices::Data::PhysicalAddressIndex> get(); void set(Nullable<Microsoft::Exchange::WebServices::Data::PhysicalAddressIndex> value); };
public Nullable<Microsoft.Exchange.WebServices.Data.PhysicalAddressIndex> PostalAddressIndex { get; set; }
Public Property PostalAddressIndex As Nullable(Of PhysicalAddressIndex)
Property Value
The index of the contact's postal address in the PhysicalAddresses property indexed list.