_Document.Email 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 an Email object that contains all the e-mail β related properties of the current document.
public:
property Microsoft::Office::Interop::Word::Email ^ Email { Microsoft::Office::Interop::Word::Email ^ get(); };
public Microsoft.Office.Interop.Word.Email Email { get; }
member this.Email : Microsoft.Office.Interop.Word.Email
Public ReadOnly Property Email As Email