Table of Contents

Page "Sent Emails List Part"

ID 8888
Namespace: System.Email

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

Properties

Name Value
PageType ListPart
Caption Sent Emails
UsageCategory None
SourceTable Table System.Email."Sent Email"
SourceTableTemporary True
Permissions tabledata "Sent Email" = rd
InsertAllowed False
ModifyAllowed False
Extensible True

Methods

Load

Loads the relevant sent emails.

procedure Load()

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.

SetRelatedRecord

Set filter for related record on sent emails.

procedure SetRelatedRecord(RecordVariant: Variant)

Parameters

Name Type Description
RecordVariant Variant

Source record.

See also