Page "Email Accounts"
Lists all of the registered email accounts
Properties
| Name | Value |
|---|---|
| PageType | List |
| Caption | Email Accounts |
| ApplicationArea | #All |
| UsageCategory | Administration |
| SourceTable | Table System.Email."Email Account" |
| SourceTableTemporary | True |
| AdditionalSearchTerms | SMTP,Office 365,Exchange,Outlook |
| PromotedActionCategories | New,Process,Report,Navigate |
| InsertAllowed | False |
| ModifyAllowed | False |
| DeleteAllowed | False |
| Editable | False |
| ShowFilter | False |
| LinksAllowed | False |
| RefreshOnActivate | True |
Methods
GetAccount
Gets the selected email account.
procedure GetAccount(var EmailAccount: Record "Email Account" temporary)
Parameters
| Name | Type | Description |
|---|---|---|
| EmailAccount | Table System.Email."Email Account" |
The selected email account |
SetAccount
Sets an email account to be selected.
procedure SetAccount(var EmailAccount: Record "Email Account" temporary)
Parameters
| Name | Type | Description |
|---|---|---|
| EmailAccount | Table System.Email."Email Account" |
The email account to be initially selected on the page |
EnableLookupMode
Enables the lookup mode on the page.
procedure EnableLookupMode()
FilterConnectorV2Accounts
Obsolete
This element will become obsolete from version 26.0. Replaced by FilterConnectorV3Accounts. In addition, this function now returns both v2 and v3 accounts.
Filters the email accounts to only show accounts that are using the Email Connector v2 or v3.
[Obsolete(Replaced by FilterConnectorV3Accounts. In addition, this function now returns both v2 and v3 accounts.,26.0)]
procedure FilterConnectorV2Accounts(UseFilter: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| UseFilter | Boolean |
FilterConnectorV3Accounts
Filters the email accounts to only show accounts that are using the Email Connector v2 or v3.
procedure FilterConnectorV3Accounts(UseFilter: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| UseFilter | Boolean |
True to filter the email accounts, false to show all email accounts |
FilterConnectorV3AccountsOnly
Filters the email accounts to only show accounts using the Email Connector v3.
procedure FilterConnectorV3AccountsOnly(Version3: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| Version3 | Boolean |
Show accounts using the Email Connector v3 |