Share via


SPECIALFOLDER enumeration

Do not use. Contains constants that specify special message folders in Windows Mail (formerly Outlook Express).

Syntax

typedef enum tagSPECIALFOLDER { 
  FOLDER_NOTSPECIAL  = -1,
  FOLDER_INBOX       = 1,
  FOLDER_OUTBOX      = 2,
  FOLDER_SENT        = 3,
  FOLDER_DELETED     = 4,
  FOLDER_DRAFT       = 5,
  FOLDER_MAX         = 6
} ACCESSTYPE;

Constants

FOLDER_NOTSPECIAL

Specifies a folder that is not special.

FOLDER_INBOX

Specifies the folder that holds incoming messages.

FOLDER_OUTBOX

Specifies the folder that holds messages waiting to be sent.

FOLDER_SENT

Specifies the folder that holds messages that have been sent.

FOLDER_DELETED

Specifies the folder that holds deleted messages.

FOLDER_DRAFT

Specifies the folder that holds messages saved but not yet sent.

FOLDER_MAX

Do not use.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Msoeapi.h
IDL
Msoeapi.idl