Click or drag to resize

EWSContextGetAppointments Method

Gets the appointments.

Namespace:  Koden.Utils.Exchange
Assembly:  Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntax
public FWRetVal<FindItemsResults<Appointment>> GetAppointments(
	DateTime startDate,
	DateTime endDate,
	int maxAppts = 10
)

Parameters

startDate
Type: SystemDateTime
The start date.
endDate
Type: SystemDateTime
The end date.
maxAppts (Optional)
Type: SystemInt32
The maximum appts.

Return Value

Type: FWRetValFindItemsResultsAppointment
FwRetval.Record holds the list of appointments
See Also