public class PstItemCategory extends Object
Represents a category for PST items with a name and associated color.
| Constructor and Description |
|---|
PstItemCategory(String name,
int color)
Initializes a new instance of the
PstItemCategory class. |
public PstItemCategory(String name, int color)
Initializes a new instance of the PstItemCategory class.
name - The name of the category.color - The color associated with the category.Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.