Share via


IMailMsgProperties::UnmapContent

IMailMsgProperties::UnmapContent

Un-maps previously memory-mapped MailMsg content.

Syntax

        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

Concepts

IMailMsgProperties::MapContent