Platform SDK: SMTP Server Events

IMMPID_NMP_NNTP_PROCESSING Property

[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.

Remarks

These constants are bits intended to be OR'ed (|) together. The range of values therefore is between 1 and 7:

See Also

IMMPID_NMP_ENUM Enumeration