Platform SDK: SMTP Server Events

IMailMsgRecipients::WriteList

[This is preliminary documentation and subject to change.]

Write the new recipient list.

HRESULT WriteList([in,unique] IMailMsgRecipientsAdd *pNewList);
pNewList
A reference to the object containing the new list to write.

Return Values

Value Description
S_OK Success.

Remarks

The IMailMsgProperties::Commit method must be called after this method in order to commit the new recipient list to physical storage.

See Also

IMailMsgRecipients::AllocNewList

IMailMsgProperties::Commit