IMSGBODYTYPE enumeration
Do not use. Indicates message body types for verification.
Syntax
typedef enum tagIMSGBODYTYPE {
IBT_SECURE = 0,
IBT_ATTACHMENT = 1,
IBT_EMPTY = 2,
IBT_CSETTAGGED = 3,
IBT_AUTOATTACH = 4
} ACCESSTYPE;
Constants
-
IBT_SECURE
-
Verify that the body is secure.
-
IBT_ATTACHMENT
-
Verify that the body is considered an attachment by MimeOLE.
-
IBT_EMPTY
-
Verify that the body is empty.
-
IBT_CSETTAGGED
-
Verify that the body is tagged with a character set.
-
IBT_AUTOATTACH
-
Verify that the body was marked as an attachment by MimeOLE.
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 |
|