ACTX structure

Do not use. Contains account information.

Syntax

typedef struct tagAccountContext {
  ACCTTYPE AcctType;
  LPSTR    pszAccountID;
  LPSTR    pszOldName;
  DWORD    dwServerType;
} ACCESSTYPE;

Members

AcctType

Type: ACCTTYPE

Contains an ACCTTYPE value that indicates the account type.

pszAccountID

Type: LPSTR

Contains an LPSTR that contains the account ID.

pszOldName

Type: LPSTR

Contains the account name before it was changed or the account was deleted.

dwServerType

Type: DWORD

Contains a DWORD that indicates the server type.

Value Meaning
SRV_NNTP
Indicates a NNTP server.
SRV_SMTP
Indicates a SMTP server.
SRV_POP3
Indicates a POP3 server.
SRV_IMAP
Indicates an IMAP server.
SRV_HTTPMAIL
Indicates an HTTPMail server.
SRV_LDAP
Indicates a LDAP server.

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