ContactListSyncConstraints Class

Definition

Specifies limits on how much contact list data can be synchronized.

public ref class ContactListSyncConstraints sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ContactListSyncConstraints final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ContactListSyncConstraints
Public NotInheritable Class ContactListSyncConstraints
Inheritance
Object Platform::Object IInspectable ContactListSyncConstraints
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)
App capabilities
contactsSystem

Properties

CanSyncDescriptions

Gets or sets a Boolean value that indicates whether to synchronize contact descriptions.

MaxAnniversaryDates

Gets or sets the maximum number of anniversary dates that can be synchronized.

MaxAssistantPhoneNumbers

Gets or sets the maximum number of assistant phone numbers that can be synchronized.

MaxBirthdayDates

Gets or sets the maximum number of birthday dates that can be synchronized.

MaxBusinessFaxPhoneNumbers

Gets or sets the maximum number of business fax numbers that can be synchronized.

MaxChildRelationships

Gets or sets the maximum number of child relationships that can be synchronized.

MaxCompanyPhoneNumbers

Gets or sets the maximum number of company phone numbers that can be synchronized.

MaxHomeAddresses

Gets or sets the maximum number of home addresses that can be synchronized.

MaxHomeFaxPhoneNumbers

Gets or sets the maximum number of home fax phone numbers that can be synchronized.

MaxHomePhoneNumbers

Gets or sets the maximum number of home phone numbers that can be synchronized.

MaxJobInfo

Gets or sets the maximum number of job info entries that can be synchronized.

MaxMobilePhoneNumbers

Gets or sets the maximum number of mobile phone numbers that can be synchronized.

MaxOtherAddresses

Gets or sets the maximum number of 'other address' entries that can be synchronized.

MaxOtherDates

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

MaxOtherEmailAddresses

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

MaxOtherPhoneNumbers

Gets or sets the maximum number of 'other phone' numbers that can be synchronized.

MaxOtherRelationships

Gets or sets the maximum number of 'other relationship' entries that can be synchronized.

MaxPagerPhoneNumbers

Gets or sets the maximum number of page phone numbers that can be synchronized.

MaxParentRelationships

Gets or sets the maximum number of parent relationships that can be synchronized.

MaxPartnerRelationships

Gets or sets the maximum number of partner relationships that can be synchronized.

MaxPersonalEmailAddresses

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

MaxRadioPhoneNumbers

Gets or sets the maximum number of radio phone numbers that can be synchronized.

MaxSiblingRelationships

Gets or sets the maximum number of sibling relationships that can be synchronized.

MaxSpouseRelationships

Gets or sets the maximum number of spouse relationships that can be synchronized.

MaxWebsites

Gets or sets the maximum number of website entries that can be synchronized.

MaxWorkAddresses

Gets or sets the maximum number of work addresses that can be synchronized.

MaxWorkEmailAddresses

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

MaxWorkPhoneNumbers

Gets or sets the maximum number of work phone numbers that can be synchronized.

Applies to