Gets or sets type of user that performed the operation.
Mandatory: Yes
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic UserType UserType { get; set; }
Public Property UserType As UserType
Get
Set
public:
property UserType UserType {
UserType get ();
void set (UserType value);
}
member UserType : UserType with get, set
Property Value
Type:
UserType
See Also