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. Holds transmission information about a message body.
Syntax
typedef struct tagTRANSMITINFO {
ENCODINGTYPE ietCurrent;
ENCODINGTYPE ietXmitMime;
ENCODINGTYPE ietXmit822;
ULONG cbLongestLine;
ULONG cExtended;
ULONG ulPercentExt;
ULONG cbSize;
ULONG cLines;
} TRANSMITINFO, *LPTRANSMITINFO;
Members
-
ietCurrent
-
Type: ENCODINGTYPE
-
Contains the current ENCODINGTYPE for the body.
-
ietXmitMime
-
Type: ENCODINGTYPE
-
Contains the suggested ENCODINGTYPE if the message is saved in MIME format.
-
ietXmit822
-
Type: ENCODINGTYPE
-
Contains the suggested ENCODINGTYPE if the message is saved in RFC 822 format.
-
cbLongestLine
-
Type: ULONG
-
Contains the number of bytes for the longest line in the body. This can determine whether wrapping is needed.
-
cExtended
-
Type: ULONG
-
Contains the number of 8-bit characters in the body.
-
ulPercentExt
-
Type: ULONG
-
Contains the percentage of characters that are 8-bit.
-
cbSize
-
Type: ULONG
-
Contains the number of bytes in the body.
-
cLines
-
Type: ULONG
-
Contains the number of lines in the body.
Remarks
This structure is used with the GetTransmitInfo method. This structure contains information about the data stored in a message body and suggestions about how to encode the message body for optimal interoperability.
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 |
|