CdoNNTPProcessingField Enum
Topic Last Modified: 2006-06-13
The CdoNNTPProcessingField enumeration is used from within Network News Transfer Protocol (NNTP) OnPost and OnPostEarly event sinks to set or update the value of the nntpprocessing Field field.
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Values
Name | Value | Description |
---|---|---|
cdoPostMessage |
1 |
Post the message. |
cdoProcessControl |
2 |
Send the message through control process. |
cdoProcessModerator |
4 |
Send the message to the moderator. |
Remarks
For more information about writing NNTP service event sinks, see SMTP/NNTP Transport Event Sinks with CDO.