Table of Contents

Page "Sent Emails"

ID 8883
Namespace: System.Email

Provides an overview of all e-mail that were sent out.

Properties

Name Value
PageType List
Caption Sent Emails
ApplicationArea #All
UsageCategory Administration
SourceTable Table System.Email."Sent Email"
SourceTableTemporary True
Permissions tabledata "Sent Email" = rd
InsertAllowed False
Extensible True

Methods

SetNewerThan

Set date filter for sent emails.

procedure SetNewerThan(NewDate: DateTime)

Parameters

Name Type Description
NewDate DateTime

Earliest date to include sent emails from.

SetRelatedRecord

Set filter for related record on sent emails.

procedure SetRelatedRecord(TableID: Integer, SystemID: Guid)

Parameters

Name Type Description
TableID Integer

The entity table.

SystemID Guid

A record to filter on.

See also