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