mail property

String? mail

Mail attribute

The mail should not be used as an identifier for the login account. It is possible for this value to change in subsequent logins by the same login account. It is extremely unlikely, but possible for two different login accounts to have the same mail value.

Note: AAF Rapid Connect specifies this attribute "SHOULD" be available. That is, sometimes it is not provided.

Implementation

String? get mail => attributes[_attrMail];