IdentityAttributesType Property
Specifies the type of attribute.
Syntax
ANSI (Cross Platform) int GetIdentityAttributesType(int iIdentityIndex); Unicode (Windows) INT GetIdentityAttributesType(INT iIdentityIndex);
- (int)identityAttributesType:(int)identityIndex;
#define PID_AMAZONSES_IDENTITYATTRIBUTESTYPE 16 CLOUDMAIL_EXTERNAL void* CLOUDMAIL_CALL CloudMail_AmazonSES_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); CLOUDMAIL_EXTERNAL int CLOUDMAIL_CALL CloudMail_AmazonSES_CheckIndex(void *lpObj, int propid, int arridx);
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:
AttributesType | Meaning |
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:
- IdentityName
- IdentityNotificationBounceTopic
- IdentityNotificationComplaintTopic
- IdentityNotificationForwardingEnabled
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 and not available at design time.
Data Type
Integer