ACCTLISTINFO structure

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

Contains information about an account list for display in a dialog box.

Syntax

typedef struct tagACCTLISTINFO {
  DWORD    cbSize;
  ACCTTYPE AcctTypeInit;
  DWORD    dwAcctFlags;
  DWORD    dwFlags;
} ACCESSTYPE;

Members

cbSize

Type: DWORD

Contains a DWORD that indicates the size of the account list.

AcctTypeInit

Type: ACCTTYPE

Contains a ACCTTYPE value that indicates the account list type.

dwAcctFlags

Type: DWORD

Contains a DWORD that indicates the account type flag.

ACCT_FLAG_NEWS

ACCT_FLAG_MAIL

ACCT_FLAG_DIR_SERV

dwFlags

Type: DWORD

Contains dialog initialization information.

ACCTDLG_NO_IMAP (0x0001)

ACCTDLG_NO_REMOVEDELETE (0x0002)

ACCTDLG_NO_BREAKMESSAGES (0x0004)

ACCTDLG_NO_REMOVEAFTER (0x0008)

ACCTDLG_NO_SENDRECEIVE (0x0010)

ACCTDLG_NO_NEWSPOLL (0x0020)

ACCTDLG_NO_SECURITY (0x0040)

ACCTDLG_BACKUP_CONNECT (0x0080)

ACCTDLG_NO_IMAPPOLL (0x0100)

ACCTDLG_NO_NEW_POP (0x0200)

ACCTDLG_SHOWIMAPSPECIAL (0x0400)

ACCTDLG_INTERNETCONNECTION (0x0800)

ACCTDLG_HTTPMAIL (0x1000)

ACCTDLG_REVOCATION (0x2000)

ACCTDLG_OE (0x4000)

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