EmailOptions.AutoFormatAsYouTypeApplyBorders Property

Definition

Determines if a series of three or more hyphens (-), equal signs (=), or underscore characters (_) are automatically replaced by a specific border line when the ENTER key is pressed.

public:
 property bool AutoFormatAsYouTypeApplyBorders { bool get(); void set(bool value); };
public bool AutoFormatAsYouTypeApplyBorders { get; set; }
member this.AutoFormatAsYouTypeApplyBorders : bool with get, set
Public Property AutoFormatAsYouTypeApplyBorders As Boolean

Property Value

Remarks

This property returns True if a series of three or more hyphens (-), equal signs (=), or underscore characters (_) are automatically replaced by a specific border line when the ENTER key is pressed, and False if not.

Hyphens (-) are replaced by a 0.75-point line, equal signs (=) are replaced by a 0.75-point double line, and underscore characters (_) are replaced by a 1.5-point line.

Applies to