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.
Gets information about how the body should be encoded so that it can be transmitted across the Internet.
Syntax
HRESULT GetTransmitInfo(
[in, out] LPTRANSMITINFO pTransmitInfo
);
Parameters
-
pTransmitInfo [in, out]
-
Type: LPTRANSMITINFO
Receives a pointer to a TRANSMITINFO structure that contains information about the body.
Return value
Type: HRESULT
Returns one of the following values.
Return code | Description |
---|---|
|
Indicates success. |
|
Indicates that an unknown error has occurred. |
|
Indicates that pTransmitInfo is NULL. |
|
Indicates that the body has a multipart primary Content-Type and getting transmission data on this body type is not supported. |
|
Indicates that an attempt to allocate memory failed. |
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 |
|