HEADERROWINFO structure
Do not use. Holds information about a row in an IMimeHeaderTable object.
Syntax
typedef struct tagHEADERROWINFO {
DWORD dwRowNumber;
ULONG cboffStart;
ULONG cboffColon;
ULONG cboffEnd;
} HEADERROWINFO, *LPHEADERROWINFO;
Members
-
dwRowNumber
-
Type: DWORD
-
Contains the relative position of the header row in the header. Row numbers increase from top to bottom of the header table.
-
cboffStart
-
Type: ULONG
-
Contains the byte offset in the message where the header row starts.
-
cboffColon
-
Type: ULONG
-
Contains the byte offset of the colon (":") in the message between the header name and the header data.
-
cboffEnd
-
Type: ULONG
-
Contains the byte offset in the message where the header row ends. This is the byte offset of the character immediately following the last line feed for 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 |
|
IDL |
|