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