_Global.AutoCorrectEmail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a AutoCorrect object that represents automatic corrections made to e-mail messages.
public:
property Microsoft::Office::Interop::Word::AutoCorrect ^ AutoCorrectEmail { Microsoft::Office::Interop::Word::AutoCorrect ^ get(); };
public Microsoft.Office.Interop.Word.AutoCorrect AutoCorrectEmail { get; }
member this.AutoCorrectEmail : Microsoft.Office.Interop.Word.AutoCorrect
Public ReadOnly Property AutoCorrectEmail As AutoCorrect