Public Types |
| enum | IMSGBODYTYPE {
IBT_SECURE,
IBT_ATTACHMENT,
IBT_EMPTY,
IBT_CSETTAGGED,
IBT_AUTOATTACH
} |
| typedef IMimeBody * | LPMIMEBODY |
| typedef struct BODYOFFSETS * | LPBODYOFFSETS |
| typedef struct TRANSMITINFO * | LPTRANSMITINFO |
Public Member Functions |
| HRESULT | IsType ([in] IMSGBODYTYPE bodytype) |
| HRESULT | SetDisplayName ([in] LPCSTR pszDisplay) |
| HRESULT | GetDisplayName ([out] LPSTR *ppszDisplay) |
| HRESULT | GetOffsets ([out] LPBODYOFFSETS pOffsets) |
| HRESULT | GetCurrentEncoding ([out] ENCODINGTYPE *pietEncoding) |
| HRESULT | SetCurrentEncoding ([in] ENCODINGTYPE ietEncoding) |
| HRESULT | GetEstimatedSize ([in] ENCODINGTYPE ietEncoding,[out] ULONG *pcbSize) |
| HRESULT | GetDataHere ([in] ENCODINGTYPE ietEncoding,[in] IStream *pStream) |
| HRESULT | GetData ([in] ENCODINGTYPE ietEncoding,[out] IStream **ppStream) |
| HRESULT | SetData ([in] ENCODINGTYPE ietEncoding,[in, unique] LPCSTR pszPriType,[in, unique] LPCSTR pszSubType,[in] REFIID riid,[in, iid_is(riid)] LPVOID pvObject) |
| HRESULT | EmptyData (void) |
| HRESULT | CopyTo ([in] IMimeBody *pBody) |
| HRESULT | GetTransmitInfo ([in, out] LPTRANSMITINFO pTransmitInfo) |
| HRESULT | SaveToFile ([in] ENCODINGTYPE ietEncoding,[in] LPCSTR pszFilePath) |
| HRESULT | GetHandle ([out] LPHBODY phBody) |
Definition at line 638 of file mimeole.idl.