HTTPMAILCOMMAND enumeration
[HTTPMAILCOMMAND is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Identifies the various HTTP commands.
Syntax
typedef enum tagHTTPMAILCOMMAND {
HTTPMAIL_NONE = 0,
HTTPMAIL_GETPROP = 1,
HTTPMAIL_GET = 2,
HTTPMAIL_PUT = 3,
HTTPMAIL_POST = 4,
HTTPMAIL_DELETE = 5,
HTTPMAIL_BDELETE = 6,
HTTPMAIL_PROPFIND = 7,
HTTPMAIL_PROPPATCH = 8,
HTTPMAIL_MKCOL = 9,
HTTPMAIL_COPY = 10,
HTTPMAIL_BCOPY = 11,
HTTPMAIL_MOVE = 12,
HTTPMAIL_BMOVE = 13,
HTTPMAIL_MEMBERINFO = 14,
HTTPMAIL_FINDFOLDERS = 15,
HTTPMAIL_MARKREAD = 16,
HTTPMAIL_SENDMESSAGE = 17,
HTTPMAIL_LISTCONTACTS = 18,
HTTPMAIL_CONTACTINFO = 19,
HTTPMAIL_POSTCONTACT = 20,
HTTPMAIL_PATCHCONTACT = 21
} ACCESSTYPE;
Constants
-
HTTPMAIL_NONE
-
No command.
-
HTTPMAIL_GETPROP
-
The PROPFIND command. See the GetProperty and GetPropertyDw methods.
-
HTTPMAIL_GET
-
The GET command. See the CommandGET method.
-
HTTPMAIL_PUT
-
The PUT command. See the CommandPUT method.
-
HTTPMAIL_POST
-
The POST command. See the CommandPOST method.
-
HTTPMAIL_DELETE
-
The DELETE command. See the CommandDELETE method.
-
HTTPMAIL_BDELETE
-
The BDELETE command. See the CommandBDELETE method.
-
HTTPMAIL_PROPFIND
-
The PROPFIND command.
-
HTTPMAIL_PROPPATCH
-
The PROPPATCH command. See the CommandPROPPATCH method.
-
HTTPMAIL_MKCOL
-
The MKCOL command. See the CommandMKCOL method.
-
HTTPMAIL_COPY
-
The COPY command. See the CommandCOPY method.
-
HTTPMAIL_BCOPY
-
The BCOPY command. See the CommandBCOPY method.
-
HTTPMAIL_MOVE
-
The MOVE command. See the CommandMOVE method.
-
HTTPMAIL_BMOVE
-
The BMOVE command. See the CommandBMOVE method.
-
HTTPMAIL_MEMBERINFO
-
See the MemberInfo method.
-
HTTPMAIL_FINDFOLDERS
-
Unused.
-
HTTPMAIL_MARKREAD
-
See the MarkRead method.
-
HTTPMAIL_SENDMESSAGE
-
See the SendMessage method.
-
HTTPMAIL_LISTCONTACTS
-
See the ListContacts method.
-
HTTPMAIL_CONTACTINFO
-
See the ContactInfo and ListContactInfos methods.
-
HTTPMAIL_POSTCONTACT
-
See the PostContact method.
-
HTTPMAIL_PATCHCONTACT
-
See the PatchContact method.
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 |
|