PostReplyItem

The PostReplyItem element contains a reply to a post item. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

<PostReplyItem>
   <MimeContent/>
   <ItemId/>
   <ParentFolderId/>
   <ItemClass/>
   <Subject/>
   <Sensitivity/>
   <Body/>
   <Attachments/>
   <DateTimeReceived/>
   <Size/>
   <Categories/>
   <Importance/>
   <InReplyTo/>
   <IsSubmitted/>
   <IsDraft/>
   <IsFromMe/>
   <IsResend/>
   <IsUnmodified/>
   <InternetMessageHeaders/>
   <DateTimeSent/>
   <DateTimeCreated/>
   <ResponseObjects/>
   <ReminderDueBy/>
   <ReminderIsSet/>
   <ReminderMinutesBeforeStart/>
   <DisplayCc/>
   <DisplayTo/>
   <HasAttachments/>
   <ExtendedProperty/>
   <Culture/>
   <Sender/>
   <ToRecipients/>
   <CcRecipients/>
   <BccRecipients/>
   <IsReadReceiptRequested/>
   <IsDeliveryReceiptRequested/>
   <ConversationIndex/>
   <ConversationTopic/>
   <From/>
   <InternetMessageId/>
   <IsRead/>
   <IsResponseRequested/>
   <References/>
   <ReplyTo/>
   <EffectiveRights/>
   <ReceivedBy/>
   <ReceivedRepresenting/>
   <NewBodyContent/>
</PostReplyItem>

PostReplyItemType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
MimeContent
Contains the native Multipurpose Internet Mail Extensions (MIME) stream of an object that is represented in base64Binary format.
ItemId
Contains the unique identifier and change key of an item in the Exchange store. This property is read-only.
ParentFolderId
Represents the identifier of the parent folder that contains the item or folder. This property is read-only.
ItemClass
Represents the message class of an item.
Subject
Represents the subject for Exchange store items and response objects. The subject is limited to 255 characters.
Sensitivity
Indicates the sensitivity level of an item.
Body
Represents the actual body content of a message.
Attachments
Contains the items or files that are attached to an item in the Exchange store.
DateTimeReceived
Represents the date and time that an item in a mailbox was received.
Size
Represents the size in bytes of an item. This property is read-only.
Categories
Represents a collection of strings that identify categories to which an item in the mailbox belongs.
Importance
Describes the importance of an item.
InReplyTo
Represents the identifier of the item to which this item is a reply.
IsSubmitted
Indicates whether an item has been submitted to the Outbox default folder.
IsDraft
Represents whether an item has not yet been sent.
IsFromMe
Indicates whether a user sent an item to him or herself.
IsResend
Indicates whether the item had previously been sent.
IsUnmodified
Indicates whether the item has been modified.
InternetMessageHeaders
Represents the collection of all Internet message headers that are contained in an item in a mailbox.
DateTimeSent
Represents the date and time that an item in a mailbox was sent.
DateTimeCreated
Represents the date and time that a given item in the mailbox was created.
ResponseObjects
Contains a collection of all the response objects that are associated with an item in the Exchange store.
ReminderDueBy
Represents the date and time when the event occurs. This is used by the ReminderMinutesBeforeStart element to determine when the reminder is displayed.
ReminderIsSet
Indicates whether a reminder has been set for an item in the Exchange store.
ReminderMinutesBeforeStart
Represents the number of minutes before an event when a reminder is displayed.
DisplayCc
Represents the display string that is used for the contents of the Cc line. This is the concatenated string of all Cc recipient display names.
DisplayTo
Represents the display string that is used for the contents of the To box. This is the concatenated string of all To recipient display names.
HasAttachments
Represents a property that is set to true if an item has an attachment. This property is read-only.
ExtendedProperty
Identifies extended properties on folders and items.
Culture
Represents the culture for a given item in a mailbox.
Sender
Identifies the sender of an item.
ToRecipients
Contains a set of recipients of a message.
CcRecipients
Represents a collection of recipients that will receive a copy of the message.
BccRecipients
Represents a collection of recipients to receive a blind carbon copy (Bcc) of an e-mail.
IsReadReceiptRequested
Indicates whether the sender of an item requests a read receipt.
IsDeliveryReceiptRequested
Indicates whether the sender of an item requests a delivery receipt.
ConversationIndex
Contains a binary ID that represents the thread to which this message belongs.
ConversationTopic
Represents the conversation identifier.
From
Represents the address from which the message was sent.
InternetMessageId
Represents the Internet message identifier of an item.
IsRead
Indicates whether a message has been read.
IsResponseRequested
Indicates whether a response to an e-mail message is requested.
References
Represents the Usenet header that is used to associate replies with their original messages.
ReplyTo
Identifies a set of addresses to which replies should be sent.
EffectiveRights
Contains the client's rights based on the permission settings for the item or folder. This element is read-only. This element was introduced in Exchange 2007 SP1.
ReceivedBy
Identifies the delegate in a delegate access scenario. This element was introduced in Exchange 2007 SP1.
ReceivedRepresenting
Identifies the principal in a delegate access scenario. This element was introduced in Exchange 2007 SP1.
NewBodyContent
Represents the new body content of a post item.

Parent elements

Element Description
AdjacentMeetings
Describes all items that are adjacent to a meeting time.
ConflictingMeetings
Describes all items that conflict with a meeting time.
ResponseObjects
Contains a collection of all the response objects that are associated with an item in the Exchange store.
Items (NonEmptyArrayOfAllItemsType)
Contains an array of items to create in the folder that is identified by the ParentFolderId (TargetFolderIdType) element.

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also