|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ServiceObject
microsoft.exchange.webservices.data.Folder
microsoft.exchange.webservices.data.CalendarFolder
public class CalendarFolder
Represents a folder containing appointments.
| Constructor Summary | |
|---|---|
CalendarFolder(ExchangeService service)
Initializes an unsaved local instance of "CalendarFolder". |
|
| Method Summary | |
|---|---|
static CalendarFolder |
bind(ExchangeService service,
FolderId id)
Binds to an existing calendar folder and loads the specified set of properties. |
static CalendarFolder |
bind(ExchangeService service,
FolderId id,
PropertySet propertySet)
Binds to an existing calendar folder and loads the specified set of properties. |
static CalendarFolder |
bind(ExchangeService service,
WellKnownFolderName name)
Binds to an existing calendar folder and loads the specified set of properties. |
static CalendarFolder |
bind(ExchangeService service,
WellKnownFolderName name,
PropertySet propertySet)
Binds to an existing calendar folder and loads the specified set of properties. |
FindItemsResults<Appointment> |
findAppointments(CalendarView view)
Obtains a list of appointments by searching the contents of this folder and performing recurrence expansion for recurring appointments. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Obtains a list of appointments by searching the contents of this folder and performing recurrence expansion. |
| Methods inherited from class microsoft.exchange.webservices.data.Folder |
|---|
copy, copy, delete, empty, findFolders, findFolders, findItems, findItems, findItems, findItems, findItems, findItems, getChangeXmlElementName, getChildFolderCount, getDeleteFieldXmlElementName, getDisplayName, getEffectiveRights, getExtendedProperties, getExtendedPropertiesForService, getFolderClass, getId, getIdPropertyDefinition, getManagedFolderInformation, getParentFolderId, getPermissions, getSchema, getSetFieldXmlElementName, getTotalCount, getUnreadCount, internalDelete, internalLoad, move, move, removeExtendedProperty, save, save, setDisplayName, setExtendedProperty, setFolderClass, update, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarFolder(ExchangeService service)
throws Exception
service - the service
Exception - the exception| Method Detail |
|---|
public static CalendarFolder bind(ExchangeService service,
FolderId id,
PropertySet propertySet)
throws Exception
service - the serviceid - the idpropertySet - the property set
Exception - the exception
public static CalendarFolder bind(ExchangeService service,
FolderId id)
throws Exception
service - the serviceid - the id
Exception - the exception
public static CalendarFolder bind(ExchangeService service,
WellKnownFolderName name,
PropertySet propertySet)
throws Exception
service - the servicename - the namepropertySet - the property set
Exception - the exception
public static CalendarFolder bind(ExchangeService service,
WellKnownFolderName name)
throws Exception
service - the servicename - the name
Exception - the exception
public FindItemsResults<Appointment> findAppointments(CalendarView view)
throws Exception
view - the view
Exception - the exceptionprotected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class Folder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||