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.
Gets an Email object that contains all the e-mail–related properties of the 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
Property Value
An Email object that contains all the e-mail–related properties of the document.