[This is preliminary documentation and is subject to change.]

The EmailAccountInfo type exposes the following members.

Constructors

  NameDescription
Public methodEmailAccountInfoOverloaded.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetObjectData
Gets the object data using the SerializationInfo and the StreamingContext.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccountEmailAddress
The email Address of the account.
Public propertyColorScheme
The color scheme of the account.
Public propertyDeleteFromServer
The interval between sync
Public propertyDirection
The direction of the account.
Public propertyDownloadHeader
The interval between sync
Public propertyDownloadMessageSize
The interval between sync
Public propertyEmailAccountId
The sustem generated unique email account id.
Public propertyEmailAccountName
The name of the email account.
Public propertyInserverSecurity
The interval between sync
Public propertyLeaveCopyOnServer
Shows if a copy of the email should be left on the server.
Public propertyOutgoingServerName
The name of the outgoing server.
Public propertyOutgoingServerNeedsAuthentication
Shows whether the outgoing server needs authentication.
Public propertyOutgoingServerSameAsIncoming
Shows if the outgoing SMTP server is same as the incoming SMTP server.
Public propertyOutgoingServerType
The type of the outgoing server.
Public propertyOutgoingServerUserName
The user name of the outgoing server who has login previlege of the server.
Public propertyOutgoingServerUserPassword
The Password of the outgoing server.
Public propertyOutserverPortNumber
The interval between sync
Public propertyOutserverSecurity
The interval between sync
Public propertyPortNumber
The port number of the SMTP server for the email account.
Public propertyServerName
The name of the email server of the email account.
Public propertyServerTimeout
The server timeout in seconds.
Public propertyServerType
The server type of the email server.
Public propertySyncInterval
The interval between sync
Public propertyUserId
The system generated unique user id for the user who the account belongs to.
Public propertyUserName
The user name of the user who the account belongs to.
Public propertyUserPassword
The Password for the account.

See Also