Platform SDK: SMTP Server Events

IMailMsgQueueMgmt::DecrementRecipientCount

[This is preliminary documentation and subject to change.]

Decrement the recipient count.

HRESULT DecrementRecipientCount([in] DWORD dwDecrement);
dwDecrement
The amount by which to decrement the recipient count.

Return Values

Value Description
S_OK Success. The recipient count is now zero.
S_FALSE Success. The recipient count is greater than zero.
E_FAIL The resulting recipient count is negative.

See Also

IMailMsgQueueMgmt.SetRecipientCount

IMailMsgQueueMgmt.GetRecipientCount

IMailMsgQueueMgmt.IncrementRecipientCount