Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.TaskDelegationState
-
-
Uses of TaskDelegationState in microsoft.exchange.webservices.data.core.enumeration.property
Methods in microsoft.exchange.webservices.data.core.enumeration.property that return TaskDelegationState Modifier and Type Method Description static TaskDelegationStateTaskDelegationState. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskDelegationState[]TaskDelegationState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TaskDelegationState in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return TaskDelegationState Modifier and Type Method Description TaskDelegationStateTask. getDelegationState()Gets the current delegation state of the task. -
Uses of TaskDelegationState in microsoft.exchange.webservices.data.property.definition
Methods in microsoft.exchange.webservices.data.property.definition that return TaskDelegationState Modifier and Type Method Description protected TaskDelegationStateTaskDelegationStatePropertyDefinition. parse(String value)Parses the specified value.Methods in microsoft.exchange.webservices.data.property.definition with parameters of type TaskDelegationState Modifier and Type Method Description protected StringTaskDelegationStatePropertyDefinition. toString(TaskDelegationState value)Convert instance to string.
-