INETSERVER structure
[INETSERVER is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Contains Internet server information.
Syntax
typedef struct INETSERVER {
CHAR szAccount[CCHMAX_ACCOUNT_NAME];
CHAR szUserName[CCHMAX_USERNAME];
CHAR szPassword[CCHMAX_PASSWORD];
CHAR szServerName[CCHMAX_SERVER_NAME];
CHAR szConnectoid[CCHMAX_CONNECTOID];
RASCONNTYPE rasconntype;
DWORD dwPort;
BOOL fSSL;
BOOL fTrySicily;
DWORD dwTimeout;
DWORD dwFlags;
} INETSERVER, *LPINETSERVER;
Members
-
szAccount
-
Type: CHAR[CCHMAX_ACCOUNT_NAME]
-
Contains the IMN account name.
-
szUserName
-
Type: CHAR[CCHMAX_USERNAME]
-
Contains the user's connection name.
-
szPassword
-
Type: CHAR[CCHMAX_PASSWORD]
-
Contains the user's password.
-
szServerName
-
Type: CHAR[CCHMAX_SERVER_NAME]
-
Contains the server name or IP address string.
-
szConnectoid
-
Type: CHAR[CCHMAX_CONNECTOID]
-
Contains the RAS connection name.
-
rasconntype
-
Type: RASCONNTYPE
-
Contains the RAS connection type.
-
dwPort
-
Type: DWORD
-
Contains the port name.
-
fSSL
-
Type: BOOL
-
Indicates SSL usage.
-
fTrySicily
-
Type: BOOL
-
Indicates SPA.
-
dwTimeout
-
Type: DWORD
-
Contains the server timeout in seconds.
-
dwFlags
-
Type: DWORD
-
Contains ISF_xxx flags.
Value Meaning - ISF_SMTP_USEIPFORHELO
Indicates a HELO or EHLO command. - ISF_ALWAYSPROMPTFORPASSWORD
Indicates that the password (Boolean) should never be saved for a HELO or EHLO command. - ISF_SSLONSAMEPORT
Indicates a starttls command for TLS (SMTP only). - ISF_QUERYDSNSUPPORT
Indicates that an EHLO command should be issued at connection time and that the transport should check for a DSN (SMTP only). - ISF_QUERYAUTHSUPPORT
Indicates that a EHLO command should be issued at connection time and that the transport should check for authentication (SMTP only).
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|