Skip to main content
Skip table of contents

EmailRecipient (ver2.3)

This table stores details regarding the recipient of an email. One row per email recipient/EmailQueue.

Column NameInitial VersionData TypeDescription

EmailAddress

2.3

CLOB

Encrypted address receiving the email. Required.

EmailDisplayName

2.3

CLOB

Encrypted name displayed for EmailAddress.

EmailQueueID

2.3

Number(19,0)

Internal number for the associated EmailQueue record. Required.

ID

2.3

Number(19,0)

Unique sequential number generated by the application. Required.

RecipientType

2.3

Number(3,0)

Type of bucket for the email address. Valid values: 0 = To, 1 = CC, 2 = BCC, 3 = From.

WhenCreated

2.3

Timestamp(6)

Date and time the record was created. Defaults to system date. Required.

WhenModified

2.3

Timestamp(6)

Date and time the record was modified. Defaults to system date. Required.

WhoCreated

2.3

Varchar2(100)

The user login that created the record. Defaults to database user. Required.

WhoModified

2.3

Varchar2(100)

The user login that modified the record. Defaults to database user. Required.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.