ContactChangeType Enum

Definition

Indicates the type of change represented by a ContactChangeRecord.

public enum class ContactChangeType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class ContactChangeType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum ContactChangeType
var value = Windows.Phone.PersonalInformation.ContactChangeType.created
Public Enum ContactChangeType
Inheritance
ContactChangeType
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)
App capabilities
ID_CAP_CONTACTS [Windows Phone]

Fields

Created 0

The contact was created.

Deleted 2

The contact was deleted.

Modified 1

The contact was modified.

Applies to

See also