ReplyToItem
Topic Last Modified: 2008-06-23
The ReplyToItem element contains a reply to the sender of an item in the Exchange store.
Syntax
<ReplyToItem>
<Subject/>
<Body/>
<ToRecipients/>
<CcRecipients/>
<BccRecipients/>
<IsReadReceiptRequested/>
<IsDeliveryReceiptRequested/>
<From/>
<ReferenceItemId/>
<NewBodyContent/>
<ReceivedBy/>
<ReceivedRepresenting/>
</ReplyToItem>
Type
ReplyToItemType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
Represents the subject property of Exchange store items. |
|
Represents the actual body content of a message. |
|
Contains an array of recipients of an item. These are the primary recipients of an item. |
|
Represents a collection of recipients that will receive a copy of the message. |
|
Represents a collection of recipients to receive a blind carbon copy (Bcc) of an e-mail message. |
|
Indicates whether the sender of an item requests a read receipt. |
|
Indicates whether the sender of an item requests a delivery receipt. |
|
Represents the address from which the message was sent. |
|
Identifies the item to which the response object refers. |
|
Represents the new body content of a message. |
|
Identifies the delegate in a delegate access scenario. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). |
|
Identifies the principal in a delegate access scenario. This element was introduced in Exchange 2007 SP1. |
Parent Elements
Element | Description |
---|---|
Describes all items that are adjacent to a meeting time. The following are some of the XPath expressions to this element:
|
|
Describes all items that conflict with a meeting time. The following are some of the XPath expressions to this element:
|
|
Contains a collection of all the response objects that are associated with an item in the Exchange store. |
|
Contains an array of items to create in the folder that is identified by the ParentFolderId (Create) element. |
Remarks
The From element should be set to the e-mail address of the principal if an item is a reply by a delegate. If the delegate does not set the From property, the item will appear to have been sent directly from the delegate's mailbox.
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
Namespace |
https://schemas.microsoft.com/exchange/services/2006/types |
Schema Name |
Types schema |
Validation File |
Types.xsd |
Can be Empty |
False |