BODYLOCATION enumeration
Do not use. Specifies the location of a message body in an IMimeMessageTree object.
Syntax
typedef enum tagBODYLOCATION {
IBL_ROOT = 0,
IBL_PARENT = 1,
IBL_FIRST = 2,
IBL_LAST = 3,
IBL_NEXT = 4,
IBL_PREVIOUS = 5
} ACCESSTYPE;
Constants
-
IBL_ROOT
-
Indicates the root body of the message.
-
IBL_PARENT
-
Indicates the parent of the message body.
-
IBL_FIRST
-
Indicates the first child of the message body.
-
IBL_LAST
-
Indicates the last child of the message body.
-
IBL_NEXT
-
Indicates the next sibling of the message body.
-
IBL_PREVIOUS
-
Indicates that previous sibling of the message body.
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 |
|