microsoft.exchange.webservices.data
Class MeetingMessageSchema

java.lang.Object
  extended by microsoft.exchange.webservices.data.ServiceObjectSchema
      extended by microsoft.exchange.webservices.data.ItemSchema
          extended by microsoft.exchange.webservices.data.EmailMessageSchema
              extended by microsoft.exchange.webservices.data.MeetingMessageSchema
All Implemented Interfaces:
java.lang.Iterable<PropertyDefinition>
Direct Known Subclasses:
MeetingRequestSchema

public class MeetingMessageSchema
extends EmailMessageSchema

Represents the schema for meeting messages.


Field Summary
static PropertyDefinition AssociatedAppointmentId
          Defines the AssociatedAppointmentId property.
static PropertyDefinition HasBeenProcessed
          Defines the HasBeenProcessed property.
static PropertyDefinition ICalDateTimeStamp
          Defines the ICalendar DateTimeStamp property.
static PropertyDefinition ICalRecurrenceId
          Defines the ICalendar RecurrenceId property.
static PropertyDefinition ICalUid
          Defines the ICalendar Uid property.
protected static MeetingMessageSchema Instance
          This must be after the declaration of property definitions.
static PropertyDefinition IsDelegated
          Defines the IsDelegated property.
static PropertyDefinition IsOutOfDate
          Defines the IsOutOfDate property.
static PropertyDefinition ResponseType
          Defines the ResponseType property.
 
Fields inherited from class microsoft.exchange.webservices.data.EmailMessageSchema
BccRecipients, CcRecipients, ConversationIndex, ConversationTopic, From, InternetMessageId, IsDeliveryReceiptRequested, IsRead, IsReadReceiptRequested, IsResponseRequested, ReceivedBy, ReceivedRepresenting, References, ReplyTo, Sender, ToRecipients
 
Fields inherited from class microsoft.exchange.webservices.data.ItemSchema
AllowedResponseActions, Attachments, Body, Categories, ConversationId, Culture, DateTimeCreated, DateTimeReceived, DateTimeSent, DisplayCc, DisplayTo, EffectiveRights, HasAttachments, Id, Importance, InReplyTo, InternetMessageHeaders, IsAssociated, IsDraft, IsFromMe, IsReminderSet, IsResend, IsSubmitted, IsUnmodified, ItemClass, LastModifiedName, LastModifiedTime, MimeContent, ParentFolderId, ReminderDueBy, ReminderMinutesBeforeStart, Sensitivity, Size, StoreEntryId, Subject, UniqueBody, WebClientEditFormQueryString, WebClientReadFormQueryString
 
Fields inherited from class microsoft.exchange.webservices.data.ServiceObjectSchema
extendedProperties
 
Constructor Summary
protected MeetingMessageSchema()
          Initializes a new instance of the class.
 
Method Summary
protected  void registerProperties()
          Registers properties.
 
Methods inherited from class microsoft.exchange.webservices.data.EmailMessageSchema
getInstance
 
Methods inherited from class microsoft.exchange.webservices.data.ServiceObjectSchema
addSchemaPropertiesToDictionary, addSchemaPropertyNamesToDictionary, findPropertyDefinition, getFirstClassProperties, getFirstClassSummaryProperties, initializeSchemaPropertyNames, iterator, registerIndexedProperty, registerInternalProperty, registerProperty, tryGetPropertyDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AssociatedAppointmentId

public static final PropertyDefinition AssociatedAppointmentId
Defines the AssociatedAppointmentId property.


IsDelegated

public static final PropertyDefinition IsDelegated
Defines the IsDelegated property.


IsOutOfDate

public static final PropertyDefinition IsOutOfDate
Defines the IsOutOfDate property.


HasBeenProcessed

public static final PropertyDefinition HasBeenProcessed
Defines the HasBeenProcessed property.


ResponseType

public static final PropertyDefinition ResponseType
Defines the ResponseType property.


ICalUid

public static final PropertyDefinition ICalUid
Defines the ICalendar Uid property.


ICalRecurrenceId

public static final PropertyDefinition ICalRecurrenceId
Defines the ICalendar RecurrenceId property.


ICalDateTimeStamp

public static final PropertyDefinition ICalDateTimeStamp
Defines the ICalendar DateTimeStamp property.


Instance

protected static final MeetingMessageSchema Instance
This must be after the declaration of property definitions.

Constructor Detail

MeetingMessageSchema

protected MeetingMessageSchema()
Initializes a new instance of the class.

Method Detail

registerProperties

protected void registerProperties()
Registers properties. IMPORTANT NOTE: PROPERTIES MUST BE REGISTERED IN SCHEMA ORDER (i.e. the same order as they are defined in types.xsd)

Overrides:
registerProperties in class EmailMessageSchema