FollowUpOptions

FollowUpOptions class

Represents options for using follow-up flags and reminders in a message.

The FollowUpOptions type exposes the following members:

Constructors

NameDescription
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

NameDescription
flag_requestGets or sets a string indicating the requested action for an e-mail message.
start_dateGets or sets a date specifying the starting date and time for the flagged message.
due_dateGets or sets a date indicating the due date for the flagged message.
reminder_timeGets or sets a date indicating the date and time at which the reminder should occur.
recipients_flag_requestGets or sets a string indicating the requested action for recipients of an e-mail message.
recipients_reminder_timeGets or sets a date for recipients indicating the date and time at which the reminder should occur.
is_completedGets a value indicating whether the Message object was flagged as completed.
categoriesGets or sets string that represents list of the categories, separated by semicolons (;).
voting_buttonsGets or sets string that represents list of the voting buttons names, separated by semicolons (;).
code_pageGets or sets the code page.

See Also