Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
The CdoNNTPProcessingField enumeration is used from within NNTP OnPost and NNTPOnPostEarly event sinks to set or update the value of the http://schemas.microsoft.com/cdo/nntpenvelope/nntpprocessing field.
Name | Value | Description |
---|---|---|
cdoPostMessage | 1 | Post the message. |
cdoProcessControl | 2 | Send message through control process. |
cdoProcessModerator | 4 | Send message to moderator. |
For more information about writing NNTP service event sinks, see SMTP/NNTP Transport Event Sinks with CDO.