Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not use. Manipulates the header and contents of a message body.
Members
The IMimeBody interface inherits from IMimePropertySet but does not have additional members.
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);
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|
DLL |
|