PROPINFOMASK enumeration
Do not use. Specifies the validity of a member of the MIMEPROPINFO structure.
Syntax
typedef enum tagPROPINFOMASK {
PIM_CHARSET = 0x00000001,
PIM_ENCODINGTYPE = 0x00000002,
PIM_ROWNUMBER = 0x00000004,
PIM_FLAGS = 0x00000008,
PIM_PROPID = 0x00000010,
PIM_VALUES = 0x00000020,
PIM_VTDEFAULT = 0x00000040,
PIM_VTCURRENT = 0x00000080
} ACCESSTYPE;
Constants
-
PIM_CHARSET
-
Indicates that hCharset is valid.
-
PIM_ENCODINGTYPE
-
Indicates that ietEncoding is valid.
-
PIM_ROWNUMBER
-
Indicates that dwRowNumber is valid.
-
PIM_FLAGS
-
Indicates that dwFlags is valid.
-
PIM_PROPID
-
Indicates that dwPropId is valid.
-
PIM_VALUES
-
Indicates that cValues is valid.
-
PIM_VTDEFAULT
-
Indicates that vtDefault is valid.
-
PIM_VTCURRENT
-
Indicates that vtCurrent is valid.
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 |
|