EmailOptions.AutoFormatAsYouTypeApplyFirstIndents Property

Definition

Determines if Microsoft Word automatically replaces a space entered at the beginning of a paragraph with a first-line indent.

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

Property Value

Remarks

This property returns True if Word automatically replaces a space entered at the beginning of a paragraph with a first-line indent, and False if not.

Applies to