次の方法で共有


EmailOptions.AutoFormatAsYouTypeInsertClosings プロパティ

定義

ユーザーがメモの見出しを入力したときに、Microsoft Wordが対応するメモを自動的に挿入するかどうかを決定します。

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

プロパティ値

注釈

メモを自動的に挿入Word場合、このプロパティは True を返し、挿入しない場合は False を返します。

適用対象