Platform SDK: CDO for Windows 2000

CdoMessageStat Enum

The CdoMessageStat enumeration is used within transport event sinks to set the http://schemas.microsoft.com/cdo/smtpenvelope/messagestatus field value.

Name Value Description
cdoStatSuccess 0 Success. Proceed to deliver message.
cdoStatAbortDelivery 2 Discard message and do not deliver.
cdoStatBadMail 3 Do not deliver message. Place it in the location for undeliverable mail.

Remarks

This enumeration is used only within Simple Mail Transfer Protocol (SMTP) transport event sinks that are created using Microsoft Collaboration Data Objects (CDO).

See Also

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

SMTP/NNTP Transport Event Sinks with CDO