enum OutgoingMessageState in module com::sun::star::ucb::

(Global Index)

Syntax

enum OutgoingMessageState;

Description

These are the possible values for RecipientInfo::State .

Values Summary

WRITTEN Message has just been placed into the out tray.

PARTIALLY_LOCALLY_SENT Message has been sent upstream to some recipients.

COMPLETELY_LOCALLY_SENT Message has been sent upstream to all recipients.

RECOVERABLE_LOCAL_ERROR Local, non-fatal error (e.g. network temporarily not available).

NONRECOVERABLE_LOCAL_ERROR Local fatal error (e.g. first SMTP server upstream did not accept the message).

EXTERNAL_ERROR Global fatal error (e.g. last member in SMTP chain could not deliver the message).

WAITING_CONFIRMATION Message was sent; we are waiting for confirmation.

CONFIRMED Recipient confirmed reading.

Values Details



WRITTEN

Syntax

WRITTEN,

Description

Message has just been placed into the out tray.


PARTIALLY_LOCALLY_SENT

Syntax

PARTIALLY_LOCALLY_SENT,

Description

Message has been sent upstream to some recipients.


COMPLETELY_LOCALLY_SENT

Syntax

COMPLETELY_LOCALLY_SENT,

Description

Message has been sent upstream to all recipients.


RECOVERABLE_LOCAL_ERROR

Syntax

RECOVERABLE_LOCAL_ERROR,

Description

Local, non-fatal error (e.g. network temporarily not available).


NONRECOVERABLE_LOCAL_ERROR

Syntax

NONRECOVERABLE_LOCAL_ERROR,

Description

Local fatal error (e.g. first SMTP server upstream did not accept the message).


EXTERNAL_ERROR

Syntax

EXTERNAL_ERROR,

Description

Global fatal error (e.g. last member in SMTP chain could not deliver the message).


WAITING_CONFIRMATION

Syntax

WAITING_CONFIRMATION,

Description

Message was sent; we are waiting for confirmation.


CONFIRMED

Syntax

CONFIRMED,

Description

Recipient confirmed reading.

Top of Page