Contact.PostalAddressIndex 属性

定义

获取或设置联系人的邮政地址的索引。 设置后,PostalAddressIndex 引用 PhysicalAddresses 属性索引列表中的条目。

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)

属性值

PhysicalAddresses 属性索引列表中的联系人的邮政地址的索引。

适用于