Uses of Class
microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
-
-
Uses of ServiceObjectSchema in microsoft.exchange.webservices.data.core.service
Methods in microsoft.exchange.webservices.data.core.service that return ServiceObjectSchema Modifier and Type Method Description abstract ServiceObjectSchemaServiceObject. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaServiceObject. 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 Modifier and Type Method Description ServiceObjectSchemaFolder. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaSearchFolder. 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 Modifier and Type Method Description ServiceObjectSchemaAppointment. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaContact. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaContactGroup. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaConversation. getSchema()Internal method to return the schema associated with this type of objectServiceObjectSchemaEmailMessage. getSchema()Method to return the schema associated with this type of object.ServiceObjectSchemaItem. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaMeetingMessage. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaMeetingRequest. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaMeetingResponse. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaPostItem. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaTask. 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 Modifier and Type Method Description ServiceObjectSchemaCalendarResponseMessage. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaCancelMeetingMessage. getSchema()Gets the minimum required server version.ServiceObjectSchemaPostReply. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaRemoveFromCalendar. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaResponseMessage. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaResponseObject. getSchema()Internal method to return the schema associated with this type of object.ServiceObjectSchemaSuppressReadReceipt. 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 Modifier and Type Class Description classAppointmentSchemaRepresents the schema for appointment and meeting request.classCalendarResponseObjectSchemaRepresents the schema for CalendarResponseObject.classCancelMeetingMessageSchemaRepresents a meeting cancellation message.classContactGroupSchemaRepresents the schema for contact groups.classContactSchemaRepresents the schema for contacts.classConversationSchemaRepresents the schema for Conversation.classEmailMessageSchemaRepresents the schema for e-mail messages.classFolderSchemaRepresents the schema for folder.classItemSchemaRepresents the schema for generic item.classMeetingMessageSchemaRepresents the schema for meeting messages.classMeetingRequestSchemaRepresents the schema for meeting request.classMeetingResponseSchemaRepresents the schema for meeting request.classPostItemSchemaRepresents the schema for post item.classPostReplySchemaRepresents PostReply schema definition.classResponseMessageSchemaRepresents ResponseMessage schema definition.classResponseObjectSchemaRepresents ResponseObject schema definition.classSearchFolderSchemaThe Class SearchFolderSchema.classTaskSchemaRepresents the schema for task item.
-