_Application.MailMessage 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 MailMessage object that represents the active e-mail message.
public:
property Microsoft::Office::Interop::Word::MailMessage ^ MailMessage { Microsoft::Office::Interop::Word::MailMessage ^ get(); };
public Microsoft.Office.Interop.Word.MailMessage MailMessage { get; }
member this.MailMessage : Microsoft.Office.Interop.Word.MailMessage
Public ReadOnly Property MailMessage As MailMessage