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 information about a property in an IMimePropertySet object.
Syntax
typedef struct tagMIMEPROPINFO {
DWORD dwMask;
HCHARSET hCharset;
ENCODINGTYPE ietEncoding;
DWORD dwRowNumber;
DWORD dwFlags;
DWORD dwPropId;
DWORD cValues;
VARTYPE vtDefault;
VARTYPE vtCurrent;
} MIMEPROPINFO, *LPMIMEPROPINFO;
Members
-
dwMask
-
Type: DWORD
-
Contains a bitmask that indicates the valid fields in this structure. For possible values, see PROPINFOMASK.
-
hCharset
-
Type: HCHARSET
-
Contains a handle to the character set for this property.
-
ietEncoding
-
Type: ENCODINGTYPE
-
Contains the ENCODINGTYPE for this property.
-
dwRowNumber
-
Type: DWORD
-
Contains the header row number for this property.
-
dwFlags
-
Type: DWORD
-
Contains a bitmask that describes the property. For possible values, see MIMEPROPFLAGS
-
dwPropId
-
Type: DWORD
-
Contains the property ID for this property.
-
cValues
-
Type: DWORD
-
Contains the number of times this property appears in the property set.
-
vtDefault
-
Type: VARTYPE
-
Contains the default VARTYPE for this property.
-
vtCurrent
-
Type: VARTYPE
-
Contains the current VARTYPE for this property.
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 |
|