Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.TaskStatus
-
Packages that use TaskStatus Package Description microsoft.exchange.webservices.data.core.enumeration.service microsoft.exchange.webservices.data.core.service.item -
-
Uses of TaskStatus in microsoft.exchange.webservices.data.core.enumeration.service
Methods in microsoft.exchange.webservices.data.core.enumeration.service that return TaskStatus Modifier and Type Method Description static TaskStatusTaskStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskStatus[]TaskStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TaskStatus in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return TaskStatus Modifier and Type Method Description TaskStatusTask. getStatus()Gets the status of the task.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type TaskStatus Modifier and Type Method Description voidTask. setStatus(TaskStatus value)Sets the status.
-