Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
The CdoMessageStat enumeration is used within transport event sinks to set the http://schemas.microsoft.com/cdo/smtpenvelope field value.
Name | Value | Description |
---|---|---|
cdoStatSuccess | 0 | Success. Deliver message. |
cdoStatAbortDelivery | 2 | Discard message and do not deliver. |
cdoStatBadMail | 3 | Do not deliver message and place it in the bad mail directory. |
This is enumeration is only used within SMTP transport event sinks created using CDO. For more information, see SMTP/NNTP Transport Event Sinks with CDO.