IMimeBodyW Interface

Do not use. Manipulates the header and contents of a message body. The methods of IMimeBodyW support Unicode.

Remarks

There are multiple ways in which a client can obtain an IMimeBody object:

  • By calling CoCreateInstance (IMimeBodyW supports aggregation), for example:

    CoCreateInstance(CLSID_IMimeBodyW, NULL, CLSCTX_INPROC_SERVER, IID_IMimeBodyW, (LPVOID*)&pBody);

  • By using an IMimeMessage or IMimeMessageTree object, for example:

    IMimeMessage::BindToObject(hBody, IID_IMimeBodyW, (LPVOID*)&pBody);

Interface Information

Stock Implementationinetcomm.dll version 6.0 or later
Custom ImplementationNo
Inherits fromIMimeBody
Header and IDL filesmimeole.h, mimeole.idl
Minimum availabilityOutlook Express 6.0
Minimum operating systems Windows XP
Tags :


Page view tracker