CNContactOptions Enum

Definition

Flagging enumeration that specifies keys that can be checked with IsKeyAvailable(NSString) and AreKeysAvailable<T>(T[]).

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum CNContactOptions
type CNContactOptions = 
Inheritance
CNContactOptions
Attributes

Fields

Name Value Description
None 0
Nickname 1
PhoneticGivenName 2
PhoneticMiddleName 4
PhoneticFamilyName 8
OrganizationName 16
DepartmentName 32
JobTitle 64
Birthday 128
NonGregorianBirthday 256
Note 512
ImageData 1024
ThumbnailImageData 2048
ImageDataAvailable 4096
Type 8192
PhoneNumbers 16384
EmailAddresses 32768
PostalAddresses 65536
Dates 131072
UrlAddresses 262144
Relations 524288
SocialProfiles 1048576
InstantMessageAddresses 2097152

Applies to