Gets the username.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public string User { get; }
Public ReadOnly Property User As String
Get
public:
property String^ User {
String^ get ();
}
member User : string with get
Property Value
Type:
StringA String that contains the user name.
See Also