CHARSETTYPE enumeration
Do not use. Defines the types of character sets that are associated with a code page ID.
Syntax
typedef enum tagCHARSETTYPE {
CHARSET_BODY = 0,
CHARSET_HEADER = 1,
CHARSET_WEB = 2
} ACCESSTYPE;
Constants
-
CHARSET_BODY
-
Indicates the default code page character set for encoding message bodies. Corresponds to szBodyCset.
-
CHARSET_HEADER
-
Indicates the default code page character set for encoding message headers. Corresponds to szHeaderCset.
-
CHARSET_WEB
-
Indicates the default code page character set for Web content. Corresponds to szWebCset.
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 |
|