ExchangeMailboxActivityLogonUserDisplayName Property |
The user-friendly name of the user who performed the operation.
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string LogonUserDisplayName { get; set; }
Public Property LogonUserDisplayName As String
Get
Set
public:
property String^ LogonUserDisplayName {
String^ get ();
void set (String^ value);
}
member LogonUserDisplayName : string with get, set
Property Value
Type:
String
See Also