Catalyst Internet Mail .NET

InternetMail.Password Property

Gets and sets the password used to authenticate the client.

[Visual Basic]
Public Property Password As String
[C#]
public string Password {get; set;}

Property Value

A string which specifies the password.

Remarks

The Password property specifies the password used to authenticate the client session. This property is used as the default value for the Connect method if no password is specified as an argument.

See Also

InternetMail Class | SocketTools Namespace