Click to Rate and Give Feedback
MSDN
MSDN Library
Reference
Messaging Reference
Interfaces
IMimeBody

  Switch on low bandwidth view
IMimeBody Interface

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 Implementationinetcomm.dll version 6.0 or later
Custom ImplementationNo
Inherits fromIMimePropertySet
Header and IDL filesmimeole.h, mimeole.idl
Minimum availabilityOutlook Express 6.0
Minimum operating systems Windows XP
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker