Cloud Mail 2020 Python Edition

Questions / Feedback?

get_identity_attributes Method

Gets the attributes of the given identity.

Syntax

def get_identity_attributes(identity: str, attribute_type: int) -> None: ...

Remarks

This method returns attributes about a given identity. The Identity parameter is the e-mail or domain for which the attributes will be retrieved. There are two types of attributes that can be retrieved, Notification and Verification. The AttributeType parameter determines which type of attributes are returned. Possible values are:

AttributeTypeMeaning
0 Notification
1 Verification

The attributes that are returned will be present in identities. Notification attributes include the Bounce Topic, Complaint Topic, and ForwardingEnabled status. Verification attributes include the Verification Status and Verification Token.

Multiple identities may be specified by passing a comma separated list in the Identity parameter.

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