PropertySet.AddBlankTargetToLinks Property

Definition

Gets or sets value indicating whether to add a blank target attribute to anchor links. The AddBlankTargetToLinks property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property Nullable<bool> AddBlankTargetToLinks { Nullable<bool> get(); void set(Nullable<bool> value); };
public Nullable<bool> AddBlankTargetToLinks { get; set; }
Public Property AddBlankTargetToLinks As Nullable(Of Boolean)

Property Value

true to add a blank target attribute to anchor links; otherwise, false.

Applies to