FollowUpOptions
Contents
[
Hide
]FollowUpOptions class
Represents options for using follow-up flags and reminders in a message.
The FollowUpOptions type exposes the following members:
Constructors
Name | Description |
---|---|
FollowUpOptions() | Initializes a new instance of the FollowUpOptions class. |
FollowUpOptions(flag_request) | Initializes a new instance of the FollowUpOptions class |
FollowUpOptions(flag_request, start_date, due_date) | Initializes a new instance of the FollowUpOptions class |
FollowUpOptions(flag_request, start_date, due_date, reminder_time) | Initializes a new instance of the FollowUpOptions class |
Properties
Name | Description |
---|---|
flag_request | Gets or sets a string indicating the requested action for an e-mail message. |
start_date | Gets or sets a date specifying the starting date and time for the flagged message. |
due_date | Gets or sets a date indicating the due date for the flagged message. |
reminder_time | Gets or sets a date indicating the date and time at which the reminder should occur. |
recipients_flag_request | Gets or sets a string indicating the requested action for recipients of an e-mail message. |
recipients_reminder_time | Gets or sets a date for recipients indicating the date and time at which the reminder should occur. |
is_completed | Gets a value indicating whether the Message object was flagged as completed. |
categories | Gets or sets string that represents list of the categories, separated by semicolons (;). |
voting_buttons | Gets or sets string that represents list of the voting buttons names, separated by semicolons (;). |
code_page | Gets or sets the code page. |
See Also
- namespace aspose.email.mapi
- assembly Aspose.Email