Uses of Class
microsoft.exchange.webservices.data.core.service.item.Task
-
Packages that use Task Package Description microsoft.exchange.webservices.data.core.service.item -
-
Uses of Task in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return Task Modifier and Type Method Description static TaskTask. bind(ExchangeService service, ItemId id)Binds to an existing task and loads its first class property.static TaskTask. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing task and loads the specified set of property.TaskTask. updateTask(ConflictResolutionMode conflictResolutionMode)Applies the local changes that have been made to this task.
-