Share via


NNTPAUTHINFO structure

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

This structure is used to specify the type of authentication to use in the CommandAUTHINFO command. For AUTHTYPE_USERPASS and AUTHTYPE_SIMPLE, pszUser and pszPass are the user name and password to send with the command.

Syntax

typedef struct tagNNTPAUTHINFO {
  AUTHTYPE authtype;
  LPSTR    pszUser;
  LPSTR    pszPass;
} NNTPAUTHINFO, *LPNNTPAUTHINFO;

Members

authtype

Type: AUTHTYPE

pszUser

Type: LPSTR

pszPass

Type: LPSTR

Requirements

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