Class FollowUpOptions
Contents
[
Hide
]FollowUpOptions class
Represents options for using follow-up flags and reminders in a message.
public sealed class FollowUpOptions
Constructors
Name | Description |
---|---|
FollowUpOptions() | Initializes a new instance of the FollowUpOptions class. |
FollowUpOptions(string) | Initializes a new instance of the FollowUpOptions class. |
FollowUpOptions(string, DateTime, DateTime) | Initializes a new instance of the FollowUpOptions class. |
FollowUpOptions(string, DateTime, DateTime, DateTime) | Initializes a new instance of the FollowUpOptions class. |
Properties
Name | Description |
---|---|
Categories { get; set; } | Gets or sets string that represents list of the categories, separated by semicolons (;). |
CodePage { get; set; } | Gets or sets the code page. |
DueDate { get; set; } | Gets or sets a date indicating the due date for the flagged message. |
FlagRequest { get; set; } | Gets or sets a string indicating the requested action for an e-mail message. |
IsCompleted { get; } | Gets a value indicating whether the Message object was flagged as completed. |
RecipientsFlagRequest { get; set; } | Gets or sets a string indicating the requested action for recipients of an e-mail message. |
RecipientsReminderTime { get; set; } | Gets or sets a date for recipients indicating the date and time at which the reminder should occur. |
ReminderTime { get; set; } | Gets or sets a date indicating the date and time at which the reminder should occur. |
StartDate { get; set; } | Gets or sets a date specifying the starting date and time for the flagged message. |
VotingButtons { get; set; } | Gets or sets string that represents list of the voting buttons names, separated by semicolons (;). |
See Also
- namespace Aspose.Email.Mapi
- assembly Aspose.Email