EmailOptions.AutoFormatAsYouTypeReplacePlainTextEmphasis Property

Definition

Determines if manual emphasis characters are automatically replaced with character formatting as you type, as when "bold" is changed to "bold" and "underline" is changed to "underline."

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

Property Value

Remarks

This property returns True if manual emphasis characters are automatically replaced, and False if not.

Applies to