Table "Email Outbox"
ID 8888
Namespace: System.Email
Holds information about draft emails and email that are about to be sent.
Properties
| Name | Value |
|---|---|
| Access | Public |
| Extensible | True |
| Description | The table is public so that it can also be extensible. The table is one of the modules's extensibility endpoints. |
Fields
| Name | Type | Description |
|---|---|---|
| Id | BigInteger | |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Methods
GetMessageId
Get the message id of the outbox email.
procedure GetMessageId(): Guid
Returns
| Type | Description |
|---|---|
| Guid |
Message id. |
GetAccountId
Get the account id of the outbox email.
procedure GetAccountId(): Guid
Returns
| Type | Description |
|---|---|
| Guid |
Account id. |
GetConnector
The email connector of the outbox email.
procedure GetConnector(): Enum "Email Connector"
Returns
| Type | Description |
|---|---|
| Enum System.Email."Email Connector" |
Email connector |