Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Use the following constants when setting a MailMsg object's IMMPID_NMP_NNTP_PROCESSING property. This property is only present for MailMsg object's containing a message submitted to an NNTP service. This property does not apply to messages submitted to the SMTP service. These values can be OR'ed together to define the processing status for the message.
Constant | Value | Description |
---|---|---|
NMP_PROCESS_POST | 0x00000001 | Success. Post message to specified newsgroups. |
NMP_PROCESS_CONTROL | 0x00000002 | Send message to process control. |
NMP_PROCESS_MODERATOR | 0x00000004 | Send message to moderator. |
These constants are bits intended to be OR'ed (|) together. The range of values therefore is between 1 and 7: