In The Hand LtdIn The Hand
EmailAccount Class
NamespacesInTheHand.WindowsMobile.PocketOutlookEmailAccount
.NET Components for Mobility
Represents a Pocket Outlook e-mail account.
Declaration Syntax
C#Visual Basic
public sealed class EmailAccount : Account
Public NotInheritable Class EmailAccount _
	Inherits Account
Members
All MembersMethodsProperties



IconMemberDescription
DeletedItems
Contains items deleted by the user but yet to be permanently removed.

Dispose(Boolean)
Releases the unmanaged resources used by the Account and optionally releases the managed resources.
(Inherited from Account.)
Dispose()()()()
Releases all resources used by the Account.
(Inherited from Account.)
Drafts
Contains unsent messages.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Account to attempt to free resources and perform other cleanup operations before the Account is reclaimed by garbage collection.
(Inherited from Account.)
Folders
Gets a collection of email folders for this account.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Inbox
Contains incoming messages.

ItemId
Gets the unique Item ID for the Account.
(Inherited from Account.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets the name of the Account.
(Inherited from Account.)
Outbox
Contains messages which are ready to be sent.

PreferredDownloadFormat
Gets or sets the message format that a transport should prefer to retrieve if available, unless overriden on a particular EmailMessage.

Properties
Gets the property collection for the Account.
(Inherited from Account.)
Send(EmailMessage)
Sends a message using the e-mail account.

SentItems
Contains messages which have been sent.

Signature
Gets or sets a text signature that can be appended to messages.

ToString()()()()
(Inherited from Account.)
Transport
Gets the name of the transport used for this account ("IMAP", "POP", "ActiveSync", etc.)

UseSignature
Indicates that the signature specified in the Signature property should be appended to each new composed message.

UseSignatureReplyForward
Indicates that the signature specified in the Signature property should be appended to each message that is replied to or forwarded.

Remarks
One EmailAccount object is instantiated for each e-mail account on the mobile device. An EmailAccount object has a Name property and an associated Transport property. You can use an EmailAccount object's Send(EmailMessage) method to send e-mail messages.
Inheritance Hierarchy
Object
Account
 EmailAccount

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0