public final class FollowUpOptions extends Object
Represents options for using follow-up flags and reminders in a message.
Constructor and Description |
---|
FollowUpOptions()
Initializes a new instance of the
FollowUpOptions class. |
FollowUpOptions(String flagRequest)
Initializes a new instance of the
FollowUpOptions class. |
FollowUpOptions(String flagRequest,
Date startDate,
Date dueDate)
Initializes a new instance of the
FollowUpOptions class. |
FollowUpOptions(String flagRequest,
Date startDate,
Date dueDate,
Date reminderTime)
Initializes a new instance of the
FollowUpOptions class. |
Modifier and Type | Method and Description |
---|---|
String |
getCategories()
Gets or sets string that represents list of the categories,
separated by semicolons (;).
|
int |
getCodePage()
Gets or sets the code page.
|
Date |
getDueDate()
Gets or sets a date indicating
the due date for the flagged message.
|
String |
getFlagRequest()
Gets or sets a string indicating the requested
action for an e-mail message.
|
String |
getRecipientsFlagRequest()
Gets or sets a string indicating the requested
action for recipients of an e-mail message.
|
Date |
getRecipientsReminderTime()
Gets or sets a date for recipients indicating the date and time
at which the reminder should occur.
|
Date |
getReminderTime()
Gets or sets a date indicating the date and time
at which the reminder should occur.
|
Date |
getStartDate()
Gets or sets a date specifying the starting
date and time for the flagged message.
|
String |
getVotingButtons()
Gets or sets string that represents list of the voting buttons names,
separated by semicolons (;).
|
boolean |
isCompleted()
Gets a value indicating whether
the Message object was flagged as completed.
|
void |
setCategories(String value)
Gets or sets string that represents list of the categories,
separated by semicolons (;).
|
void |
setCodePage(int value)
Gets or sets the code page.
|
void |
setDueDate(Date value)
Gets or sets a date indicating
the due date for the flagged message.
|
void |
setFlagRequest(String value)
Gets or sets a string indicating the requested
action for an e-mail message.
|
void |
setRecipientsFlagRequest(String value)
Gets or sets a string indicating the requested
action for recipients of an e-mail message.
|
void |
setRecipientsReminderTime(Date value)
Gets or sets a date for recipients indicating the date and time
at which the reminder should occur.
|
void |
setReminderTime(Date value)
Gets or sets a date indicating the date and time
at which the reminder should occur.
|
void |
setStartDate(Date value)
Gets or sets a date specifying the starting
date and time for the flagged message.
|
void |
setVotingButtons(String value)
Gets or sets string that represents list of the voting buttons names,
separated by semicolons (;).
|
public FollowUpOptions()
Initializes a new instance of the FollowUpOptions
class.
public FollowUpOptions(String flagRequest)
Initializes a new instance of the FollowUpOptions
class.
flagRequest
- The flag request.com.aspose.ms.System.ArgumentException
- If flagRequest
is null or empty.public FollowUpOptions(String flagRequest, Date startDate, Date dueDate)
Initializes a new instance of the FollowUpOptions
class.
flagRequest
- The flag request.startDate
- The start Date.dueDate
- The due Date.com.aspose.ms.System.ArgumentException
- If flagRequest
is null or empty.public FollowUpOptions(String flagRequest, Date startDate, Date dueDate, Date reminderTime)
Initializes a new instance of the FollowUpOptions
class.
flagRequest
- The flag request.startDate
- The start date.dueDate
- The due date.reminderTime
- The reminder time.com.aspose.ms.System.ArgumentException
- If flagRequest
is null or empty.public String getFlagRequest()
Gets or sets a string indicating the requested action for an e-mail message.
String
object.public void setFlagRequest(String value)
Gets or sets a string indicating the requested action for an e-mail message.
value
- a String
object.public Date getStartDate()
Gets or sets a date specifying the starting date and time for the flagged message.
public void setStartDate(Date value)
Gets or sets a date specifying the starting date and time for the flagged message.
value
- a java$util$Date object.public Date getDueDate()
Gets or sets a date indicating the due date for the flagged message.
public void setDueDate(Date value)
Gets or sets a date indicating the due date for the flagged message.
value
- a java$util$Date object.public Date getReminderTime()
Gets or sets a date indicating the date and time at which the reminder should occur.
public void setReminderTime(Date value)
Gets or sets a date indicating the date and time at which the reminder should occur.
value
- a java$util$Date object.public String getRecipientsFlagRequest()
Gets or sets a string indicating the requested action for recipients of an e-mail message.
String
object.public void setRecipientsFlagRequest(String value)
Gets or sets a string indicating the requested action for recipients of an e-mail message.
value
- a String
object.public Date getRecipientsReminderTime()
Gets or sets a date for recipients indicating the date and time at which the reminder should occur.
public void setRecipientsReminderTime(Date value)
Gets or sets a date for recipients indicating the date and time at which the reminder should occur.
value
- a java$util$Date object.public boolean isCompleted()
Gets a value indicating whether the Message object was flagged as completed.
public String getCategories()
Gets or sets string that represents list of the categories, separated by semicolons (;).
String
object.public void setCategories(String value)
Gets or sets string that represents list of the categories, separated by semicolons (;).
value
- a String
object.public String getVotingButtons()
Gets or sets string that represents list of the voting buttons names, separated by semicolons (;).
String
object.public void setVotingButtons(String value)
Gets or sets string that represents list of the voting buttons names, separated by semicolons (;).
value
- a String
object.public int getCodePage()
Gets or sets the code page.
public void setCodePage(int value)
Gets or sets the code page.
value
- a int.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.