Share via


Table "Sent Email"

ID 8889
Namespace: System.Email

Holds information about the sent emails.

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 sent email.

procedure GetMessageId(): Guid

Returns

Type Description
Guid

Message id.

GetAccountId

Get the account id of the sent email.

procedure GetAccountId(): Guid

Returns

Type Description
Guid

Account id.

See also