|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.FollowUpOptions
public final class FollowUpOptions
Represents options for using follow-up flags and reminders in a message.
Constructor Summary | |
---|---|
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)
|
|
FollowUpOptions(String flagRequest,
Date startDate,
Date dueDate,
Date reminderTime)
|
Method Summary | |
---|---|
Date |
getDueDate()
|
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()
|
Date |
getReminderTime()
|
Date |
getStartDate()
|
boolean |
isCompleted()
Gets a value indicating whether the Message object was flagged as completed. |
void |
setDueDate(Date value)
|
void |
setFlagRequest(String value)
|
void |
setRecipientsFlagRequest(String value)
|
void |
setRecipientsReminderTime(Date value)
|
void |
setReminderTime(Date value)
|
void |
setStartDate(Date value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.email.ms.System.IllegalArgumentException
- If flagRequest
is null or empty.public FollowUpOptions(String flagRequest, Date startDate, Date dueDate)
public FollowUpOptions(String flagRequest, Date startDate, Date dueDate, Date reminderTime)
Method Detail |
---|
public String getFlagRequest()
Gets or sets a string indicating the requested action for an e-mail message.
public void setFlagRequest(String value)
public Date getStartDate()
public void setStartDate(Date value)
public Date getDueDate()
public void setDueDate(Date value)
public Date getReminderTime()
public void setReminderTime(Date value)
public String getRecipientsFlagRequest()
Gets or sets a string indicating the requested action for recipients of an e-mail message.
public void setRecipientsFlagRequest(String value)
public Date getRecipientsReminderTime()
public void setRecipientsReminderTime(Date value)
public boolean isCompleted()
Gets a value indicating whether the Message object was flagged as completed.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |