In The Hand - .NET Components for Mobility
EmailAccount Class
NamespacesInTheHand.WindowsMobile.PocketOutlookEmailAccount
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()()()
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.)
Folders
Gets a collection of email folders for this account.

GetHashCode()()()
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.)
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.

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

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 (Module: InTheHand.WindowsMobile) Version: 3.2.0.0