MimeOleGetMixedSection Function
Do not use. Returns a handle to the first body in the message tree that has the mixed content type. Also returns whether other instances were found. If mixed content type is not found, method argument specifies whether it should be created.
Syntax
HRESULT MimeOleGetMixedSection( __in IMimeMessageTree *pTree, __in boolean fCreate, __out LPHBODY phMixed, __out boolean *pfMultiple );
Parameters
- pTree [in]
-
Type: IMimeMessageTree*
Specifies a pointer to the IMimeMessageTree object.
- fCreate [in]
-
Type: boolean
Specifies whether to create section if not found.
- phMixed [out]
-
Type: LPHBODY
Receives handle of the mixed body section.
- pfMultiple [out]
-
Type: boolean*
Returns whether there were multiple/mixed body parts.
Return Value
Type: HRESULT
Returns one of the following values.
| Return code | Description |
|---|---|
|
Indicates success. |
|
Indicates that pTree is NULL. |
|
Indicates that content type neither found nor created. |
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Product | Outlook Express 6.0 |
|
Header |
|
|
Library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 6/30/2011