IMimeMessage::SplitMessage method
Splits the message into smaller parts for transmission.
Syntax
HRESULT SplitMessage(
[in] ULONG cbMaxPart,
[out] IMimeMessageParts **ppParts
);
Parameters
-
cbMaxPart [in]
-
Type: ULONG
Specifies the maximum size of a part in bytes.
-
ppParts [out]
-
Type: IMimeMessageParts**
Receives the address of a pointer to the IMimeMessageParts object. The client is responsible for releasing this object.
Return value
Type: HRESULT
Returns one of the following values.
Return code | Description |
---|---|
|
Indicates success. |
|
Indicates that an unknown error has occurred. |
|
Indicates that ppParts is NULL. |
|
Indicates that an attempt to allocate memory failed. |
|
cbMaxPart specifies a size smaller than the root header of the message. |
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|
DLL |
|