MimeOleCreateMessageParts function
Do not use. On success, creates and initializes a message parts.
Syntax
HRESULT MimeOleCreateMessageParts(
_Out_ IMimeMessageParts **ppParts
);
Parameters
-
ppParts [out]
-
Type: IMimeMessageParts**
Receives the address of a pointer to a new IMimeMessageParts object.
Return value
Type: HRESULT
Returns one of the following values.
Return code | Description |
---|---|
|
Indicates success. |
|
Indicates ppParts is NULL. |
|
Indicates memory allocation failed. |
Remarks
Note
Caller of function is responsible for freeing IMimeMessageParts object.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
Library |
|
DLL |
|