WebClientReadFormQueryString

The WebClientReadFormQueryString element represents a URL to concatenate to the Outlook Web App endpoint to read an item in Outlook Web App.

<WebClientReadFormQueryString/>

string

Attributes and elements

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

Attributes

None.

Child elements

None.

Parent elements

Element Description
CalendarItem
Represents an Exchange calendar item.
Contact
Represents an Exchange contact item.
DistributionList
Represents a distribution list.
Item
Represents an item in the Exchange store.
MeetingCancellation
Represents a meeting cancellation in the Exchange store.
MeetingMessage
Represents a meeting in the Exchange store.
MeetingRequest
Represents a meeting request in the Exchange store.
MeetingResponse
Represents a meeting response in the Exchange store.
Message
Represents an Exchange e-mail message.
PostItem
Represents a post item in the Exchange store.
RemoveItem
Removes an item from the Exchange store.
Task
Represents a task in the Exchange store.

Text value

A text value that represents a string is required if this element is used.

Remarks

The item identifier for an Outlook Web App URL is the EWS identifier of the item. You can URL-encode the EWS item identifier and append it to the query string to get the Outlook Web App URL for an item.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Version differences

Versions of Exchange starting with major version 15 and ending with Exchange Server 2013 build 15.0.775.38 (CU3) and Exchange Online version 15.00.0775.009 do not return a correct query string fragment in the WebClientReadFormQueryString element.

In versions of Exchange earlier than major version 15, the item identifier for the Outlook Web App URLs is an Outlook Web App identifier. If you are targeting a version of Exchange earlier than major version 15, you have to use the ConvertId operation to convert the identifier.

Element information

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

See also