AccountInformation Class

Contains user's account information.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerAccountInformation

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class AccountInformation

The AccountInformation type exposes the following members.

Constructors
  NameDescription
Public methodAccountInformation
Initializes a new instance of the AccountInformation class
Properties
  NameDescription
Public propertyAccountId
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.
Public propertyAccountName
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.
Public propertyPrimarySmtpAddress
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.
Public propertySendDisabled
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.
Public propertySMTPAddresses
Specifies one of the user's email addresses.
Public propertyUserDisplayName
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.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also