FollowUpManager Class

Provides the ability to set and handle follow-up Outlook flags and categories. Supports the features to add and remove a flag in MapiMessage, and mark it as completed as well.
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiFollowUpManager

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static class FollowUpManager

The FollowUpManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddCategory
Adds the category for a message.
Public methodStatic memberAddVotingButton
Adds the voting button.
Public methodStatic memberClearCategories
Clears the categories.
Public methodStatic memberClearFlag
Clears the follow-up flag and reminder.
Public methodStatic memberClearVotingButtons
Deletes the voting buttons.
Public methodStatic memberGetCategories
Get the available message categories.
Public methodStatic memberGetOptions
Gets the follow-up options of a message.
Public methodStatic memberGetVotingButtons
Get the available message voting buttons.
Public methodStatic memberMarkAsCompleted
Marks the flagged message as completed.
Public methodStatic memberRemoveCategory
Removes the category.
Public methodStatic memberRemoveVotingButton
Removes the voting button.
Public methodStatic memberSetFlag(MapiMessage, String)
Sets the follow-up flag for a message.
Public methodStatic memberSetFlag(MapiMessage, String, DateTime, DateTime)
Sets the follow-up flag for a message.
Public methodStatic memberSetFlagForRecipients(MapiMessage, String)
Sets the flag for a draft message to remind recipients to follow-up.
Public methodStatic memberSetFlagForRecipients(MapiMessage, String, DateTime)
Sets the flag for a draft message to remind recipients to follow-up.
Public methodStatic memberSetOptions
Sets the additional follow-up options for a message.
See Also