FollowUpOptions Class

Represents options for using follow-up flags and reminders in a message.
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiFollowUpOptions

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

The FollowUpOptions type exposes the following members.

Constructors
  NameDescription
Public methodFollowUpOptions
Initializes a new instance of the FollowUpOptions class.
Public methodFollowUpOptions(String)
Initializes a new instance of the FollowUpOptions class.
Public methodFollowUpOptions(String, DateTime, DateTime)
Initializes a new instance of the FollowUpOptions class.
Public methodFollowUpOptions(String, DateTime, DateTime, DateTime)
Initializes a new instance of the FollowUpOptions class.
Properties
  NameDescription
Public propertyCategories
Gets or sets string that represents list of the categories, separated by semicolons (;).
Public propertyCodePage
Gets or sets the code page.
Public propertyDueDate
Gets or sets a date indicating the due date for the flagged message.
Public propertyFlagRequest
Gets or sets a string indicating the requested action for an e-mail message.
Public propertyIsCompleted
Gets a value indicating whether the Message object was flagged as completed.
Public propertyRecipientsFlagRequest
Gets or sets a string indicating the requested action for recipients of an e-mail message.
Public propertyRecipientsReminderTime
Gets or sets a date for recipients indicating the date and time at which the reminder should occur.
Public propertyReminderTime
Gets or sets a date indicating the date and time at which the reminder should occur.
Public propertyStartDate
Gets or sets a date specifying the starting date and time for the flagged message.
Public propertyVotingButtons
Gets or sets string that represents list of the voting buttons names, separated by semicolons (;).
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also