Cloud Mail 2020 C++ Builder Edition

Questions / Feedback?

IdentityAttributesType Property

Specifies the type of attribute.

Syntax

__property int IdentityAttributesType[int IdentityIndex] = { read=FIdentityAttributesType };

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 and not available at design time.

Data Type

Integer

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