Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.ServiceObjectType
-
Packages that use ServiceObjectType Package Description 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 Modifier and Type Method Description voidPropertySet. 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 Modifier and Type Method Description static ServiceObjectTypeServiceObjectType. 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 Modifier and Type Method Description protected ServiceObjectTypeCalendarView. getServiceObjectType()Gets the type of service object this view applies to.protected ServiceObjectTypeConversationIndexedItemView. getServiceObjectType()Gets the type of service object this view applies to.protected ServiceObjectTypeFolderView. getServiceObjectType()Gets the type of service object this view applies to.protected ServiceObjectTypeItemView. getServiceObjectType()Gets the type of service object this view applies to.protected abstract ServiceObjectTypeViewBase. getServiceObjectType()Gets the type of service object this view applies to.
-