Do not use. Manipulates the header and contents of a message body.
Remarks
There are multiple ways in which a client can obtain an IMimeBody object:
- By calling CoCreateInstance (IMimeBody
supports aggregation), for example:
CoCreateInstance(CLSID_IMimeBody, NULL, CLSCTX_INPROC_SERVER, IID_IMimeBody, (LPVOID *)&pBody);
- By using an IMimeMessage or IMimeMessageTree object, for example:
IMimeMessage::BindToObject(hBody, IID_IMimeBody, (LPVOID *)&pBody);
Interface Information
| Stock Implementation | inetcomm.dll version 6.0 or later |
|---|
| Custom Implementation | No |
|---|
| Inherits from | IMimePropertySet |
|---|
| Header and IDL files | mimeole.h, mimeole.idl |
|---|
| Minimum availability | Outlook Express
6.0 |
|---|
| Minimum operating systems |
Windows XP |
|---|