PowerTCP Mail for .NET
Password Property (AuthenticatedSession)




Gets or sets the password or OAuth access token used for login.
Syntax
<DefaultValueAttribute()>
Public Property Password As String
Dim instance As AuthenticatedSession
Dim value As String
 
instance.Password = value
 
value = instance.Password
[DefaultValue()]
public string Password {get; set;}
[DefaultValue()]
public: __property string* get_Password();
public: __property void set_Password( 
   string* value
);
[DefaultValue()]
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

AuthenticatedSession Class
AuthenticatedSession Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic