RANGETYPE enumeration
[RANGETYPE is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
The range structure allows the caller to provide arguments for commands that allow a range of headers to be retrieved. The range structure can be used to specify a single number (ie XOVER 2010), or bounded range (ie XOVER 2000-2010) to request all of the headers within that range [inclusive].
Syntax
typedef enum tagRANGETYPE {
RT_SINGLE = 0,
RT_RANGE = 1
} ACCESSTYPE;
Constants
-
RT_SINGLE
-
Single number
-
RT_RANGE
-
Bounded range
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 |
|