EmailConnectionUserName Property |
Gets the user name.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.02.0
Syntaxpublic string UserName { get; }
Public ReadOnly Property UserName As String
Get
public:
property String^ UserName {
String^ get ();
}
member UserName : string with get
Property Value
Type:
StringA string value that represents the user name.
See Also