|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiCalendar
public final class MapiCalendar
Represents the mapi calendar object
Constructor Summary | |
---|---|
MapiCalendar()
Initializes a new instance of the MapiCalendar class |
Method Summary | |
---|---|
boolean |
getAppointmentCounterProposal()
Gets or sets a value indicating whether a Meeting Response object is a counter proposal. |
MapiCalendarAttendees |
getAttendees()
Gets or sets the attendees |
String |
getBody()
Gets message body |
int |
getBusyStatus()
Gets or sets the busy status |
int |
getClientIntent()
Gets or sets the actions the user has taken on this Meeting object. |
Date |
getEndDate()
|
MapiCalendarTimeZone |
getEndDateTimeZone()
Gets or sets time zone information that indicates the time zone of the EndDate property |
String |
getKeyWords()
Gets or sets the categories of the calendar object |
String |
getLocation()
Gets or sets the location of the event |
String |
getMessageClass()
Gets message class |
MapiCalendarEventRecurrence |
getRecurrence()
Gets or sets the recurrence properties |
int |
getRemainderDelta()
Gets or sets the interval, in minutes, between the time at which the reminder first becomes overdue and the start time of the Calendar object |
boolean |
getRemainderSet()
Gets or sets a value indicating whether a reminder is set on the object |
int |
getSequence()
Gets or sets the sequence number |
Date |
getStartDate()
|
MapiCalendarTimeZone |
getStartDateTimeZone()
Gets or sets time zone information that indicates the time zone of the StartDate property |
String |
getSubject()
Gets message subject |
String |
getUid()
Gets the unique identifier |
boolean |
isAllDay()
Gets or sets a value indicating whether the event is an all-day event |
void |
isAllDay(boolean value)
|
void |
save(OutputStream stream)
|
void |
save(OutputStream stream,
int saveFormat)
|
void |
save(String filePath)
Saves calendar object to the file with iCalendar format using te default save options |
void |
save(String filePath,
int saveFormat)
Saves calendar object to the file with specified format using te default save options |
void |
setAppointmentCounterProposal(boolean value)
|
void |
setAttendees(MapiCalendarAttendees value)
|
void |
setBusyStatus(int value)
|
void |
setClientIntent(int value)
|
void |
setEndDate(Date value)
|
void |
setEndDateTimeZone(MapiCalendarTimeZone value)
|
void |
setKeyWords(String value)
|
void |
setLocation(String value)
|
void |
setRecurrence(MapiCalendarEventRecurrence value)
|
void |
setRemainderDelta(int value)
|
void |
setRemainderSet(boolean value)
|
void |
setSequence(int value)
|
void |
setStartDate(Date value)
|
void |
setStartDateTimeZone(MapiCalendarTimeZone value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapiCalendar()
Initializes a new instance of the MapiCalendar
class
Method Detail |
---|
public String getMessageClass()
Gets message class
getMessageClass
in interface IMapiMessageItem
public String getBody()
Gets message body
getBody
in interface IMapiMessageItem
public String getSubject()
Gets message subject
getSubject
in interface IMapiMessageItem
public int getRemainderDelta()
Gets or sets the interval, in minutes, between the time at which the reminder first becomes overdue and the start time of the Calendar object
public void setRemainderDelta(int value)
public boolean getRemainderSet()
Gets or sets a value indicating whether a reminder is set on the object
public void setRemainderSet(boolean value)
public boolean getAppointmentCounterProposal()
Gets or sets a value indicating whether a Meeting Response object is a counter proposal.
public void setAppointmentCounterProposal(boolean value)
public int getClientIntent()
Gets or sets the actions the user has taken on this Meeting object.
public void setClientIntent(int value)
public MapiCalendarTimeZone getStartDateTimeZone()
Gets or sets time zone information that indicates the time zone of the StartDate property
public void setStartDateTimeZone(MapiCalendarTimeZone value)
public MapiCalendarTimeZone getEndDateTimeZone()
Gets or sets time zone information that indicates the time zone of the EndDate property
public void setEndDateTimeZone(MapiCalendarTimeZone value)
public MapiCalendarAttendees getAttendees()
Gets or sets the attendees
public void setAttendees(MapiCalendarAttendees value)
public MapiCalendarEventRecurrence getRecurrence()
Gets or sets the recurrence properties
public void setRecurrence(MapiCalendarEventRecurrence value)
public boolean isAllDay()
Gets or sets a value indicating whether the event is an all-day event
public void isAllDay(boolean value)
public String getKeyWords()
Gets or sets the categories of the calendar object
public void setKeyWords(String value)
public Date getStartDate()
public void setStartDate(Date value)
public Date getEndDate()
public void setEndDate(Date value)
public int getSequence()
Gets or sets the sequence number
public void setSequence(int value)
public int getBusyStatus()
Gets or sets the busy status
public void setBusyStatus(int value)
public String getLocation()
Gets or sets the location of the event
public void setLocation(String value)
public String getUid()
Gets the unique identifier
public void save(String filePath)
Saves calendar object to the file with iCalendar format using te default save options
filePath
- A file path
com.aspose.ms.System.IllegalArgumentException
- filePath
is null
or empty
public void save(String filePath, int saveFormat)
Saves calendar object to the file with specified format using te default save options
filePath
- A file pathsaveFormat
- A save format
com.aspose.ms.System.IllegalArgumentException
- filePath
is null
or empty
UnsupportedOperationException
- The specified saveFormat
is not supportedpublic void save(OutputStream stream)
public void save(OutputStream stream, int saveFormat)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |