Contact.PostalAddressIndex Property

Definition

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.

Applies to