RELOADTYPE enumeration
Do not use. Affects how an IMimePropertySet is initialized when IMimePropertySet::Load is called consecutive times without calling IMimeMessageTree::InitNew.
Syntax
typedef enum tagRELOADTYPE {
RELOAD_HEADER_NONE = 0,
RELOAD_HEADER_RESET = 1,
RELOAD_HEADER_APPEND = 2,
RELOAD_HEADER_REPLACE = 3
} ACCESSTYPE;
Constants
-
RELOAD_HEADER_NONE
-
Indicates that there should be no effect.
-
RELOAD_HEADER_RESET
-
Indicates that a message object should reset by calling IMimeMessageTree::InitNew.
-
RELOAD_HEADER_APPEND
-
Indicates that duplicate headers should be appended when the object is reloaded.
-
RELOAD_HEADER_REPLACE
-
Indicates that duplicate headers should be replaced when the object is reloaded.
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 |
|