Share via


Enum "Email Status"

ID 8888
Namespace: System.Email

Specifies the status of an email when it is in the outbox.

Properties

Name Value
Extensible False

Values

Name Description
" "

An uninitialized email.

Draft

An email waiting to be queued up for sending.

Queued

An email queued up and waiting to be processed.

Processing

An email that is currently being processed and sent.

Failed

An email that had an error occur during processing.

See also