ABAddressBookError Enum

Definition

Possible ABAddressBook errors.

public enum ABAddressBookError
type ABAddressBookError = 
Inheritance
ABAddressBookError

Fields

Name Value Description
OperationNotPermittedByStore 0

The operation is not permitted.

OperationNotPermittedByUserError 1

Remarks

When the Domain property is set to ErrorDomain, then Code will be one of the ABAddressBookError values.

Applies to