Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.TaskStatus

Packages that use TaskStatus
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
static TaskStatus TaskStatus.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
 TaskStatus Task.getStatus()
          Gets the status of the task.
 

Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type TaskStatus
 void Task.setStatus(TaskStatus value)
          Sets the status.
 



Copyright © 2012–2015 Microsoft. All rights reserved.