ACCTTYPE enumeration

[ACCTTYPE is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Defines the various account types.

Syntax

typedef enum  { 
  ACCT_NEWS      = 0,
  ACCT_MAIL      = 1,
  ACCT_DIR_SERV  = 2,
  ACCT_LAST      = 3
} ACCESSTYPE;

Constants

ACCT_NEWS

Indicates a newsgroup account.

ACCT_MAIL

Indicates an email account.

ACCT_DIR_SERV

Indicates a directory service.

ACCT_LAST

Indicates the total number of account types in this enumeration.

Requirements

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