Поделиться через


ContactListSyncConstraints.MaxOtherEmailAddresses Свойство

Определение

Возвращает или задает максимальное число адресов "других электронных писем", которые можно синхронизировать.

public:
 property IReference<int> ^ MaxOtherEmailAddresses { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> MaxOtherEmailAddresses();

void MaxOtherEmailAddresses(IReference<int> value);
public System.Nullable<int> MaxOtherEmailAddresses { get; set; }
var iReference = contactListSyncConstraints.maxOtherEmailAddresses;
contactListSyncConstraints.maxOtherEmailAddresses = iReference;
Public Property MaxOtherEmailAddresses As Nullable(Of Integer)

Значение свойства

Максимальное число адресов "другой электронной почты", которые можно синхронизировать.

Требования к Windows

Возможности приложения
contactsSystem

Применяется к