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. Splits message into a collection of parts, as determined by a specified maximum part size.
Syntax
HRESULT MimeOleSplitMessage(
_In_ IMimeMessage *pMessage,
_In_ ULONG cbMaxPart,
_Out_ IMimeMessageParts **ppParts
);
Parameters
-
pMessage [in]
-
Type: IMimeMessage*
Specifies a pointer to a IMimeMessage object.
-
cbMaxPart [in]
-
Type: ULONG
Specifies the maximum size of a part, in bytes.
-
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 cbMaxPart is smaller than the header. |
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 |
|