IMailMsgQueueMgmt::DecrementRecipientCount

IMailMsgQueueMgmt::DecrementRecipientCount

Decrement the recipient count.

Syntax

        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

Concepts

IMailMsgQueueMgmt::SetRecipientCount
IMailMsgQueueMgmt::GetRecipientCount
IMailMsgQueueMgmt::IncrementRecipientCount