다음을 통해 공유


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

적용 대상