MailMessage Interface

Represents the active email message if you are using Microsoft Word as your e-mail editor.

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

Syntax

'Declaration
<GuidAttribute("000209BA-0000-0000-C000-000000000046")> _
Public Interface MailMessage
'Usage
Dim instance As MailMessage
[GuidAttribute("000209BA-0000-0000-C000-000000000046")]
public interface MailMessage

Remarks

Use the MailMessage property to return the MailMessage object.

The methods of the MailMessage object require that you are using Word as your e-mail editor and that an e-mail message is active. If either of these conditions isn't true, an error occurs.

See Also

Reference

MailMessage Members

Microsoft.Office.Interop.Word Namespace