public class AppointmentReminder extends Object
Provides a grouping of component properties that define an alarm.
Constructor and Description |
---|
AppointmentReminder()
Initialize a new instance of
Aspose.Email.Mail.AppointmentReminder class. |
Modifier and Type | Method and Description |
---|---|
int |
getAction()
Defines the action to be invoked when an alarm is triggered.
|
ReminderAttachmentCollection |
getAttachments()
Contains collection of ReminderAttachment
Aspose.Email.Mail.ReminderAttachment objects. |
ReminderAttendeeCollection |
getAttendees()
Contains collection of ReminderAttendee
Aspose.Email.Mail.ReminderAttendee objects. |
static AppointmentReminder |
getDefault15MinReminder()
Gets the default 15 min reminder.
|
String |
getDescription()
Provides a more complete description of the alarm.
|
ReminderDuration |
getDuration()
Specifies the delay period, after which the alarm will repeat.
|
int |
getRepeat()
Defines the number of time the alarm should be repeated, after the initial trigger.
|
String |
getSummary()
Defines a short summary or subject for the alarm.
|
ReminderTrigger |
getTrigger()
Specifies when an alarm will trigger.
|
void |
setAction(int value)
Defines the action to be invoked when an alarm is triggered.
|
void |
setDescription(String value)
Provides a more complete description of the alarm.
|
void |
setDuration(ReminderDuration value)
Specifies the delay period, after which the alarm will repeat.
|
void |
setRepeat(int value)
Defines the number of time the alarm should be repeated, after the initial trigger.
|
void |
setSummary(String value)
Defines a short summary or subject for the alarm.
|
void |
setTrigger(ReminderTrigger value)
Specifies when an alarm will trigger.
|
public AppointmentReminder()
Initialize a new instance of Aspose.Email.Mail.AppointmentReminder
class.
public ReminderAttendeeCollection getAttendees()
Contains collection of ReminderAttendee Aspose.Email.Mail.ReminderAttendee
objects.
ReminderAttendeeCollection
object.public ReminderAttachmentCollection getAttachments()
Contains collection of ReminderAttachment Aspose.Email.Mail.ReminderAttachment
objects.
ReminderAttachmentCollection
object.public int getAction()
Defines the action to be invoked when an alarm is triggered.
public void setAction(int value)
Defines the action to be invoked when an alarm is triggered.
value
- a int.
public ReminderTrigger getTrigger()
Specifies when an alarm will trigger.
ReminderTrigger
object.public void setTrigger(ReminderTrigger value)
Specifies when an alarm will trigger.
value
- a ReminderTrigger
object.public String getDescription()
Provides a more complete description of the alarm.
String
object.public void setDescription(String value)
Provides a more complete description of the alarm.
value
- a String
object.public String getSummary()
Defines a short summary or subject for the alarm.
String
object.public void setSummary(String value)
Defines a short summary or subject for the alarm.
value
- a String
object.public ReminderDuration getDuration()
Specifies the delay period, after which the alarm will repeat.
ReminderDuration
object.public void setDuration(ReminderDuration value)
Specifies the delay period, after which the alarm will repeat.
value
- a ReminderDuration
object.public int getRepeat()
Defines the number of time the alarm should be repeated, after the initial trigger.
public void setRepeat(int value)
Defines the number of time the alarm should be repeated, after the initial trigger.
value
- a int.public static AppointmentReminder getDefault15MinReminder()
Gets the default 15 min reminder.
AppointmentReminder
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.