Class EmailMessageSchema
- java.lang.Object
-
- microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
-
- microsoft.exchange.webservices.data.core.service.schema.ItemSchema
-
- microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
-
- All Implemented Interfaces:
Iterable<PropertyDefinition>
- Direct Known Subclasses:
MeetingMessageSchema
public class EmailMessageSchema extends ItemSchema
Represents the schema for e-mail messages.
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyDefinitionBccRecipientsDefines the BccRecipients property.static PropertyDefinitionCcRecipientsDefines the CcRecipients property.static PropertyDefinitionConversationIndexDefines the ConversationIndex property.static PropertyDefinitionConversationTopicDefines the ConversationTopic property.static PropertyDefinitionFromDefines the From property.static EmailMessageSchemaInstanceThe Constant Instance.static PropertyDefinitionInternetMessageIdDefines the InternetMessageId property.static PropertyDefinitionIsDeliveryReceiptRequestedDefines the IsDeliveryReceiptRequested property.static PropertyDefinitionIsReadDefines the IsRead property.static PropertyDefinitionIsReadReceiptRequestedDefines the IsReadReceiptRequested property.static PropertyDefinitionIsResponseRequestedDefines the IsResponseRequested property.static PropertyDefinitionReceivedByDefines the ReceivedBy property.static PropertyDefinitionReceivedRepresentingDefines the ReceivedRepresenting property.static PropertyDefinitionReferencesDefines the References property.static PropertyDefinitionReplyToDefines the ReplyTo property.static PropertyDefinitionSenderDefines the Sender property.static PropertyDefinitionToRecipientsDefines the ToRecipients property.-
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.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.core.service.schema.ServiceObjectSchema
extendedProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEmailMessageSchema()Initializes a new instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmailMessageSchemagetInstance()Gets the single instance of EmailMessageSchema.protected voidregisterProperties()Registers property.-
Methods inherited from class microsoft.exchange.webservices.data.core.service.schema.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
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
ToRecipients
public static final PropertyDefinition ToRecipients
Defines the ToRecipients property.
-
BccRecipients
public static final PropertyDefinition BccRecipients
Defines the BccRecipients property.
-
CcRecipients
public static final PropertyDefinition CcRecipients
Defines the CcRecipients property.
-
ConversationIndex
public static final PropertyDefinition ConversationIndex
Defines the ConversationIndex property.
-
ConversationTopic
public static final PropertyDefinition ConversationTopic
Defines the ConversationTopic property.
-
From
public static final PropertyDefinition From
Defines the From property.
-
IsDeliveryReceiptRequested
public static final PropertyDefinition IsDeliveryReceiptRequested
Defines the IsDeliveryReceiptRequested property.
-
IsRead
public static final PropertyDefinition IsRead
Defines the IsRead property.
-
IsReadReceiptRequested
public static final PropertyDefinition IsReadReceiptRequested
Defines the IsReadReceiptRequested property.
-
IsResponseRequested
public static final PropertyDefinition IsResponseRequested
Defines the IsResponseRequested property.
-
InternetMessageId
public static final PropertyDefinition InternetMessageId
Defines the InternetMessageId property.
-
References
public static final PropertyDefinition References
Defines the References property.
-
ReplyTo
public static final PropertyDefinition ReplyTo
Defines the ReplyTo property.
-
Sender
public static final PropertyDefinition Sender
Defines the Sender property.
-
ReceivedBy
public static final PropertyDefinition ReceivedBy
Defines the ReceivedBy property.
-
ReceivedRepresenting
public static final PropertyDefinition ReceivedRepresenting
Defines the ReceivedRepresenting property.
-
Instance
public static final EmailMessageSchema Instance
The Constant Instance.
-
-
Constructor Detail
-
EmailMessageSchema
protected EmailMessageSchema()
Initializes a new instance.
-
-
Method Detail
-
getInstance
public static EmailMessageSchema getInstance()
Gets the single instance of EmailMessageSchema.- Returns:
- single instance of EmailMessageSchema
-
registerProperties
protected void registerProperties()
Registers property. IMPORTANT NOTE: PROPERTIES MUST BE REGISTERED IN SCHEMA ORDER (i.e. the same order as they are defined in types.xsd)- Overrides:
registerPropertiesin classItemSchema
-
-