CNNTP.Authenticate Method | |
Authenticates the user to a NNTP Server.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Authenticate() AS USUAL
public virtual Usual Authenticate()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
The user ID and password should be specified when initializing the CNNTP object.
|
See Also