MIMEPROPFLAGS enumeration
Do not use. Defines aspects of a MimeOLE property.
Syntax
typedef enum tagMIMEPROPFLAGS {
MPF_INETCSET = 0x00000001,
MPF_RFC1522 = 0x00000002,
MPF_ADDRESS = 0x00000004,
MPF_HASPARAMS = 0x00000008,
MPF_MIME = 0x00000010,
MPF_READONLY = 0x00000020
} ACCESSTYPE;
Constants
-
MPF_INETCSET
-
Indicates that the property can be encoded in an Internet code page before transmission.
-
MPF_RFC1522
-
Indicates that the property can be encoded using RFC 1522 to try to remove 8-bit characters.
-
MPF_ADDRESS
-
Indicates that the property contains a set of Internet addresses.
-
MPF_HASPARAMS
-
Indicates that the property contains parameters.
-
MPF_MIME
-
Indicates that the property is MIME specific.
-
MPF_READONLY
-
Indicates that the property is read-only.
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 |
|