Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

enum OutgoingMessageState


Description
These are the possible values for RecipientInfo::State .


Values

WRITTEN
Description
Message has just been placed into the out tray.
PARTIALLY_LOCALLY_SENT
Description
Message has been sent upstream to some recipients.
COMPLETELY_LOCALLY_SENT
Description
Message has been sent upstream to all recipients.
RECOVERABLE_LOCAL_ERROR
Description
Local, non-fatal error (e.g. network temporarily not available).
NONRECOVERABLE_LOCAL_ERROR
Description
Local fatal error (e.g. first SMTP server upstream did not accept the message).
EXTERNAL_ERROR
Description
Global fatal error (e.g. last member in SMTP chain could not deliver the message).
WAITING_CONFIRMATION
Description
Message was sent; we are waiting for confirmation.
CONFIRMED
Description
Recipient confirmed reading.
Top of Page