Email Account Manager
This is the default view of the EmailService. It displays a table of all the OutgoingAccounts and IncomingAccounts.

| Column | Value | Description |
|---|---|---|
| Name | text | Displays the name of the account. |
| Hostname | mail.name.com, where name varies depending on the host. | Defines the name of the email server.
For example mail.acme.com. |
| Account | text | This is the name of a specific account that is authorized to access the mail server identified by Hostname. For example, if you are using an email account named "joejones@acme.com" on the host described above, the account name is simply "joejones". The Hostname in this case could be "mail.acme.com". |
| Poll Rate | hours: minutes: seconds | Specifies how often the account executes a send action. Increasing the pollrate value increases the time between polls. During the time between polls, emails may be queued (up to the max queue size) until the next poll time. At the next poll time all queued emails are sent. |
| Status | read-only | Reports the condition of the entity
or process at last polling. {ok} indicates that the component is licensed and polling successfully. {down} indicates that the last check was unsuccessful, perhaps because of an incorrect property, or possibly loss of network connection. {disabled} indicates that the Enable property is set to false. {fault} indicates another problem. Refer to Fault Cause for more information. |