CdoMessageStat Enum
Topic Last Modified: 2006-06-13
The CdoMessageStat enumeration is used within transport event sinks to set the https://schemas.microsoft.com/cdo/smtpenvelope/ Namespace field value.
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Values
| 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. | 
Remarks
This enumeration is only used within SMTP transport event sinks created using Collaboration Data Objects (CDO). For more information, see SMTP/NNTP Transport Event Sinks with CDO.