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. Describes the contents of an IMimeMessageTree object.
Syntax
typedef enum tagIMSGFLAGS {
IMF_ATTACHMENTS = 0x00000001,
IMF_MULTIPART = 0x00000002,
IMF_SUBMULTIPART = 0x00000004,
IMF_MIME = 0x00000008,
IMF_HTML = 0x00000010,
IMF_PLAIN = 0x00000020,
IMF_PARTIAL = 0x00000040,
IMF_SIGNED = 0x00000080,
IMF_ENCRYPTED = 0x00000100,
IMF_TNEF = 0x00000200,
IMF_MHTML = 0x00000400,
IMF_SECURE = 0x00000800,
IMF_TEXT = 0x00001000,
IMF_CSETTAGGED = 0x00002000,
IMF_NEWS = 0x00004000,
IMF_VOICEMAIL = 0x00008000,
IMF_HASVCARD = 0x00010000,
IMF_RFC1154 = 0x00020000
} ACCESSTYPE;
Constants
-
IMF_ATTACHMENTS
-
Indicates that the message has attachments.
-
IMF_MULTIPART
-
Indicates that the message has multipart bodies.
-
IMF_SUBMULTIPART
-
Indicates that the message has a nested multipart body.
-
IMF_MIME
-
Indicates that the message is in RFC 1521 (MIME) format.
-
IMF_HTML
-
Indicates that the message has a text/html body.
-
IMF_PLAIN
-
Indicates that the message has a text/plain body.
-
IMF_PARTIAL
-
Indicates that the message has a Content-Type of message/partial.
-
IMF_SIGNED
-
Indicates that the message is signed.
-
IMF_ENCRYPTED
-
Indicates that the message is encrypted.
-
IMF_TNEF
-
Indicates that the message has a TNEF attachment.
-
IMF_MHTML
-
Indicates that the message has a MIME-HTML multipart/related section.
-
IMF_SECURE
-
Indicates that the message is secure.
-
IMF_TEXT
-
Indicates that the message contains text bodies.
-
IMF_CSETTAGGED
-
Indicates that the message was tagged with a character set.
-
IMF_NEWS
-
Indicates that the message is a Usenet new article.
-
IMF_VOICEMAIL
-
Indicates that the message contains a voice mail attachment.
-
IMF_HASVCARD
-
Indicates that the message has a vCard attachment.
-
IMF_RFC1154
-
Indicates that the message is formatted using RFC 1154.
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 |
|