Platform SDK: Exchange 2000 Server

messagestatus Field

[This is preliminary documentation and subject to change.]

The transport status of the message.

Full Name

http://schemas.microsoft.com/cdo/smtpenvelope/messagestatus

OLE DB Type

DBTYPE_I4

Remarks

The message status can have one of three values defined by the CdoMessageStat enumeration:

Name Value Description
cdoStatusSuccess 0 Deliver Message.
cdoStatusAbortDelivery 2 Do not deliver message.
cdoStatusBadMail 3 Send message to the bad mail location.

Event sinks can modify these values when executing to change the message's status.

Example

cdoAbortDeliver (2)