PowerTCP Mail for .NET
Username Property (Proxy)




The username to send to the server proxy.
Syntax
<DefaultValueAttribute()>
Public Property Username As String
Dim instance As Proxy
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);
}
See Also

Reference

Proxy Class
Proxy Members


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