Platform SDK: SMTP Server Events

IMailMsgProperties::UnmapContent

[This is preliminary documentation and subject to change.]

Un-maps previously memory-mapped MailMsg content.

HRESULT UnmapContent([in] BYTE* pbContent );
pbContent
The pointer to the content obtained using IMailMsgProperties::MapContent.

Return Values

Value Description
S_OK Success.

Remarks

Only call UnmapContent with a pointer obtained using IMailMsgProperties::MapContent.

See Also

IMailMsgProperties::MapContent