Uses of Class
microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema

Packages that use ServiceObjectSchema
microsoft.exchange.webservices.data.core.service   
microsoft.exchange.webservices.data.core.service.folder   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.core.service.response   
microsoft.exchange.webservices.data.core.service.schema   
 

Uses of ServiceObjectSchema in microsoft.exchange.webservices.data.core.service
 

Methods in microsoft.exchange.webservices.data.core.service that return ServiceObjectSchema
abstract  ServiceObjectSchema ServiceObject.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema ServiceObject.schema()
          Gets the schema associated with this type of object.
 

Uses of ServiceObjectSchema in microsoft.exchange.webservices.data.core.service.folder
 

Methods in microsoft.exchange.webservices.data.core.service.folder that return ServiceObjectSchema
 ServiceObjectSchema SearchFolder.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema Folder.getSchema()
          Internal method to return the schema associated with this type of object.
 

Uses of ServiceObjectSchema in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item that return ServiceObjectSchema
 ServiceObjectSchema Task.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema PostItem.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema MeetingRequest.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema MeetingMessage.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema Item.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema EmailMessage.getSchema()
          Method to return the schema associated with this type of object.
 ServiceObjectSchema Conversation.getSchema()
          Internal method to return the schema associated with this type of object
 ServiceObjectSchema ContactGroup.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema Contact.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema Appointment.getSchema()
          Internal method to return the schema associated with this type of object.
 

Uses of ServiceObjectSchema in microsoft.exchange.webservices.data.core.service.response
 

Methods in microsoft.exchange.webservices.data.core.service.response that return ServiceObjectSchema
 ServiceObjectSchema SuppressReadReceipt.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema ResponseObject.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema ResponseMessage.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema RemoveFromCalendar.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema PostReply.getSchema()
          Internal method to return the schema associated with this type of object.
 ServiceObjectSchema CancelMeetingMessage.getSchema()
          Gets the minimum required server version.
 ServiceObjectSchema CalendarResponseMessage.getSchema()
          Internal method to return the schema associated with this type of object.
 

Uses of ServiceObjectSchema in microsoft.exchange.webservices.data.core.service.schema
 

Subclasses of ServiceObjectSchema in microsoft.exchange.webservices.data.core.service.schema
 class AppointmentSchema
          Represents the schema for appointment and meeting request.
 class CalendarResponseObjectSchema
          Represents the schema for CalendarResponseObject.
 class CancelMeetingMessageSchema
          Represents a meeting cancellation message.
 class ContactGroupSchema
          Represents the schema for contact groups.
 class ContactSchema
          Represents the schema for contacts.
 class ConversationSchema
          Represents the schema for Conversation.
 class EmailMessageSchema
          Represents the schema for e-mail messages.
 class FolderSchema
          Represents the schema for folder.
 class ItemSchema
          Represents the schema for generic item.
 class MeetingMessageSchema
          Represents the schema for meeting messages.
 class MeetingRequestSchema
          Represents the schema for meeting request.
 class PostItemSchema
          Represents the schema for post item.
 class PostReplySchema
          Represents PostReply schema definition.
 class ResponseMessageSchema
          Represents ResponseMessage schema definition.
 class ResponseObjectSchema
          Represents ResponseObject schema definition.
 class SearchFolderSchema
          The Class SearchFolderSchema.
 class TaskSchema
          Represents the schema for task item.
 



Copyright © 2012–2015 Microsoft. All rights reserved.