AccountInformation

AccountInformation class

Contains user’s account information.

public class AccountInformation

Constructors

Name Description
AccountInformation() The default constructor.

Properties

Name Description
AccountId { get; set; } Identifies an account. The primary account, as identified by the PrimarySmtpAddress element, does not have an AccountId value. The AccountId is not supported when the protocol version is 12.1 or 14.0.
AccountName { get; set; } Specifies the friendly name for the given account. The AccountName value is a string value up to 512 characters in length. The AccountName is not supported when the protocol version is 12.1 or 14.0.
PrimarySmtpAddress { get; set; } Specifies the primary SMTP address for the given account. The value of the PrimarySmtpAddress can also be returned as a value for the SMTPAddress. The PrimarySmtpAddress is not supported when the protocol version is 12.1 or 14.0.
SendDisabled { get; set; } Specifies whether the client can send messages using the given account. The value of the SendDisabled is TRUE if the client cannot send using the given account; otherwise, FALSE. The SendDisabled is not supported when the protocol version is 12.1 or 14.0.
SMTPAddresses { get; } Specifies one of the user’s email addresses.
UserDisplayName { get; set; } Specifies the display name of the user associated with the given account. The UserDisplayName value can be up to 512 characters in length. The UserDisplayName is not supported when the protocol version is 12.1 or 14.0.

See Also