Package com.aspose.email.system.collections

Examples of com.aspose.email.system.collections.IList


    // Add another category
    FollowUpManager.addCategory(msg, "Red Category");

    // Retrieve the list of available categories
    IList categories = FollowUpManager.getCategories(msg);

    // Remove the specified category
    FollowUpManager.removeCategory(msg, "Red Category");

    // Clear all categories
View Full Code Here

TOP

Related Classes of com.aspose.email.system.collections.IList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.