Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
The transport status of the message.
http://schemas.microsoft.com/cdo/smtpenvelope/messagestatus
DBTYPE_I4
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.
cdoAbortDeliver (2)