Click here for NewsObjects Overview
Connect Control Properties
Windows - Visual C++


Click on the Connect property to see its syntax:

AsyncLogon

When set to TRUE, causes the Logon and ShowLogon methods to return immediately, while the logon process continues in the background.

BackupServerName

Returns the backup server name or address. 

CurrentState

Returns the current connection state.

FaultCode

Returns the fault code. 

FaultOption

Returns the current fault option. 

FaultStrategy

Returns or sets the fault strategy. 

LoginServerName

Returns the login server name

MaxProfs

Returns the maximum number of profiles this user is allowed. 

Password

Returns or sets the password.

QuotesSupported

Returns TRUE if quotes are supported on the server. 

SavePassword

When set to TRUE, saves the password.

Section

Sets the section name to use for the transport session or connection. "Section" refers to a protocol section of the News Service Interface (NSI) file.

Server

Returns or sets the server address. 

TransferDelay

Returns or gets the delay before connecting to the server again. 

TransferServerCount

Returns the number of servers in TransferServer list. 

Username

Returns or sets the username.

UseSavedNames

When set to TRUE, stores and uses the values of the Password, Server and Username properties.

See Also: Reconnecting the Application During Failover

Back to: Connect