Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
A bit-mask used to specify what NNTP processing should occur for a message.
http://schemas.microsoft.com/cdo/nntpenvelope/nntpprocessing
DBTYPE_I4
This field is a bit-mask used to specify how the posted NNTP message is to be handled. The value ranges from 0 to 7 (4 & 2 & 1 & 0). These bits can be set using the following enumeration constants:
Name | Value | Description |
---|---|---|
cdoPostMessage | 1 | Post message. |
cdoProcessControl | 2 | Send message to process control. |
cdoProcessModerator | 4 | Send message to moderator. |
All even values for this process (in other words, without the cdoPostMessage bit set) are blocked from being posted, and neither process control nor process moderators are run for the message. The meaningful values are therefore:
This is not available during the NNTP OnPostFinal event.