com.aspose.email
Class FollowUpOptions

java.lang.Object
  extended by com.aspose.email.FollowUpOptions

public final class FollowUpOptions
extends Object

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

FollowUpOptions

public FollowUpOptions()

Initializes a new instance of the FollowUpOptions class.


FollowUpOptions

public FollowUpOptions(String flagRequest)

Initializes a new instance of the FollowUpOptions class.

Parameters:
flagRequest - The flag request.
Throws:
com.aspose.email.ms.System.IllegalArgumentException - If flagRequest is null or empty.

FollowUpOptions

public FollowUpOptions(String flagRequest,
                       Date startDate,
                       Date dueDate)

FollowUpOptions

public FollowUpOptions(String flagRequest,
                       Date startDate,
                       Date dueDate,
                       Date reminderTime)
Method Detail

getFlagRequest

public String getFlagRequest()

Gets or sets a string indicating the requested action for an e-mail message.


setFlagRequest

public void setFlagRequest(String value)

getStartDate

public Date getStartDate()

setStartDate

public void setStartDate(Date value)

getDueDate

public Date getDueDate()

setDueDate

public void setDueDate(Date value)

getReminderTime

public Date getReminderTime()

setReminderTime

public void setReminderTime(Date value)

getRecipientsFlagRequest

public String getRecipientsFlagRequest()

Gets or sets a string indicating the requested action for recipients of an e-mail message.


setRecipientsFlagRequest

public void setRecipientsFlagRequest(String value)

getRecipientsReminderTime

public Date getRecipientsReminderTime()

setRecipientsReminderTime

public void setRecipientsReminderTime(Date value)

isCompleted

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.