Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
The IMailMsgQueueMgmt interface defines methods used to manage the usage reference counts for MailMsg objects.
Method | Description |
---|---|
AddUsage | Increment the usage count. |
ReleaseUsage | Decrement the usage count. |
SetRecipientCount | Set the recipient count. |
GetRecipientCount | Get the recipient count. |
DecrementRecipientCount | Decrement the recipient count. |
IncrementRecipientCount | Increment the recipient count. |
Delete | Delete the backing store for the message object (with asynchronous completion). |