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)

Usage

Public Class ailMessageImplementation
    Implements MailMessage
End Class
Dim ailMessageImplementation1 As New ailMessageImplementation()

Syntax

Public Interface MailMessage
public interface MailMessage
public interface class MailMessage
public interface MailMessage
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

MailMessage Members