ContactPostalAddressIndex - свойство |
Gets or sets the index of the contact's postal address. When set, PostalAddressIndex refers to
an entry in the PhysicalAddresses indexed list.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксисpublic PhysicalAddressIndex? PostalAddressIndex { get; set; }Public Property PostalAddressIndex As PhysicalAddressIndex?
Get
Set
public:
property Nullable<PhysicalAddressIndex> PostalAddressIndex {
Nullable<PhysicalAddressIndex> get ();
void set (Nullable<PhysicalAddressIndex> value);
}member PostalAddressIndex : Nullable<PhysicalAddressIndex> with get, set
Значение свойства
Тип:
NullablePhysicalAddressIndex
См. также