Represents a Pocket Outlook e-mail account.
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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) | (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()()() | ||
| Transport |
Gets the name of the transport used for this account ("IMAP", "POP", "ActiveSync", etc.)
|
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.