Share via


ContactListSyncConstraints.MaxOtherEmailAddresses Property

Definition

Gets or sets the maximum number of 'other email' addresses that can be synchronized.

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)

Property Value

The maximum number of 'other email' addresses that can be synchronized.

Windows requirements

App capabilities
contactsSystem

Applies to