Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.99 KB

addblanktargettolinks.md

File metadata and controls

66 lines (43 loc) · 1.99 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority ms.assetid description
AddBlankTargetToLinks
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
30180298-2501-4369-9b8f-2f7663f02336
The AddBlankTargetToLinks element specifies that the target attribute in HTML links are set to open a new window.

AddBlankTargetToLinks

The AddBlankTargetToLinks element specifies that the target attribute in HTML links are set to open a new window.

<AddBlankTargetToLinks> true | false </AddBlankTargetToLinks>

xs:Boolean

Attributes and elements

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

Attributes

None.

Child elements

None.

Parent elements

Element Description
ItemShape
Identifies the item properties and content to include in a GetItem, FindItem, GetConversationItems or SyncFolderItems response.

The following are the XPath expressions to this element:

/GetItem/ItemShape
/FindItem/ItemShape
/SyncFolderItems/ItemShape
/GetConversationItems/ItemShape

Text value

A text value of true for the AddBlankTargetToLinks element indicates that all HTML links will be set to open a new window. A value of false indicates that HTML links will open in the current window.

Remarks

This element is optional.

This element was introduced in Exchange Server 2013.

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

Element information

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

See also