identityAttributesType (property)

Specifies the type of attribute.

Syntax

- (int)identityAttributesType:(int)identityIndex;
public func identityAttributesType(identityIndex: Int32) throws -> Int32

Default Value

0

Remarks

Specifies the type of attribute. When calling GetIdentityAttributes either Notification or Verification attributes are retrieved. This property indicates which type the current attribute is. Possible values are:

AttributesTypeMeaning
0 Notification
1 Verification
2 None. This will be the case when ListIdentities is called. Only the IdentityName property will be populated.

Only some Attribute properties will be populated depending on the AttributesType. If the AttributesType is Notification (0) the following fields will be populated:

If the AttributesType is Verification (1) the following fields will be populated:

The IdentityIndex parameter specifies the index of the item in the array. The size of the array is controlled by the IdentityCount property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 iOS Edition - Version 20.0 [Build 8308]