PowerTCP Mail for .NET
Username Property (AuthenticatedSession)




Gets or sets the username used for login.
Syntax
<DefaultValueAttribute()>
Public Property Username As String
Dim instance As AuthenticatedSession
Dim value As String
 
instance.Username = value
 
value = instance.Username
[DefaultValue()]
public string Username {get; set;}
[DefaultValue()]
public: __property string* get_Username();
public: __property void set_Username( 
   string* value
);
[DefaultValue()]
public:
property String^ Username {
   String^ get();
   void set (    String^ value);
}
Remarks
Set to null or empty to use GSSAPI or NTLM "Single Sign On" feature.
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