EventCategory Constructor |
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public EventCategory(
string description
)
Public Sub New (
description As String
)
public:
EventCategory(
String^ description
)
new :
description : string -> EventCategory
Parameters
- description
- Type: SystemString
Description for the 'Custom' category of an event
See Also