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

Packages that use ServiceObjectType
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.enumeration.service   
microsoft.exchange.webservices.data.search   
 

Uses of ServiceObjectType in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core with parameters of type ServiceObjectType
 void PropertySet.writeToXml(EwsServiceXmlWriter writer, ServiceObjectType serviceObjectType)
          Writes the property set to XML.
 

Uses of ServiceObjectType in microsoft.exchange.webservices.data.core.enumeration.service
 

Methods in microsoft.exchange.webservices.data.core.enumeration.service that return ServiceObjectType
static ServiceObjectType ServiceObjectType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceObjectType[] ServiceObjectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ServiceObjectType in microsoft.exchange.webservices.data.search
 

Methods in microsoft.exchange.webservices.data.search that return ServiceObjectType
protected abstract  ServiceObjectType ViewBase.getServiceObjectType()
          Gets the type of service object this view applies to.
protected  ServiceObjectType ItemView.getServiceObjectType()
          Gets the type of service object this view applies to.
protected  ServiceObjectType FolderView.getServiceObjectType()
          Gets the type of service object this view applies to.
protected  ServiceObjectType ConversationIndexedItemView.getServiceObjectType()
          Gets the type of service object this view applies to.
protected  ServiceObjectType CalendarView.getServiceObjectType()
          Gets the type of service object this view applies to.
 



Copyright © 2012–2015 Microsoft. All rights reserved.