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) |
FollowUpOptions(String flagRequest,
Date startDate,
Date dueDate,
Date reminderTime) |
Modifier and Type | Method and Description |
---|---|
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) |
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 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.
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.