|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ServiceObjectSchema
microsoft.exchange.webservices.data.ItemSchema
microsoft.exchange.webservices.data.EmailMessageSchema
public class EmailMessageSchema
Represents the schema for e-mail messages.
Field Summary | |
---|---|
static PropertyDefinition |
BccRecipients
Defines the BccRecipients property. |
static PropertyDefinition |
CcRecipients
Defines the CcRecipients property. |
static PropertyDefinition |
ConversationIndex
Defines the ConversationIndex property. |
static PropertyDefinition |
ConversationTopic
Defines the ConversationTopic property. |
static PropertyDefinition |
From
Defines the From property. |
protected static EmailMessageSchema |
Instance
The Constant Instance. |
static PropertyDefinition |
InternetMessageId
Defines the InternetMessageId property. |
static PropertyDefinition |
IsDeliveryReceiptRequested
Defines the IsDeliveryReceiptRequested property. |
static PropertyDefinition |
IsRead
Defines the IsRead property. |
static PropertyDefinition |
IsReadReceiptRequested
Defines the IsReadReceiptRequested property. |
static PropertyDefinition |
IsResponseRequested
Defines the IsResponseRequested property. |
static PropertyDefinition |
ReceivedBy
Defines the ReceivedBy property. |
static PropertyDefinition |
ReceivedRepresenting
Defines the ReceivedRepresenting property. |
static PropertyDefinition |
References
Defines the References property. |
static PropertyDefinition |
ReplyTo
Defines the ReplyTo property. |
static PropertyDefinition |
Sender
Defines the Sender property. |
static PropertyDefinition |
ToRecipients
Defines the ToRecipients property. |
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 |
EmailMessageSchema()
* Initializes a new instance. |
Method Summary | |
---|---|
static EmailMessageSchema |
getInstance()
Gets the single instance of EmailMessageSchema. |
protected void |
registerProperties()
Registers properties. |
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 |
---|
public static final PropertyDefinition ToRecipients
public static final PropertyDefinition BccRecipients
public static final PropertyDefinition CcRecipients
public static final PropertyDefinition ConversationIndex
public static final PropertyDefinition ConversationTopic
public static final PropertyDefinition From
public static final PropertyDefinition IsDeliveryReceiptRequested
public static final PropertyDefinition IsRead
public static final PropertyDefinition IsReadReceiptRequested
public static final PropertyDefinition IsResponseRequested
public static final PropertyDefinition InternetMessageId
public static final PropertyDefinition References
public static final PropertyDefinition ReplyTo
public static final PropertyDefinition Sender
public static final PropertyDefinition ReceivedBy
public static final PropertyDefinition ReceivedRepresenting
protected static final EmailMessageSchema Instance
Constructor Detail |
---|
protected EmailMessageSchema()
Method Detail |
---|
public static EmailMessageSchema getInstance()
protected void registerProperties()
registerProperties
in class ItemSchema
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |