_Application.MailMessage Property

Returns a MailMessage object that represents the active e-mail message.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property MailMessage As MailMessage
    Get
'Usage
Dim instance As _Application
Dim value As MailMessage

value = instance.MailMessage
MailMessage MailMessage { get; }

Property Value

Type: Microsoft.Office.Interop.Word.MailMessage

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace