property NNTP.Password as String
Retrieves or sets the user password if the NNTP server requires authorization.

TypeDescription
String A string expression that indicates the user's password.
Use the UserName and Password properties to specify the user name and the password if the news server requires authorization. The UserName and Password properties are used by the Connect method, so changing them should happen before calling the Connect method.