_Document.SendMail Method

Opens a message window for sending the specified document through Microsoft Exchange.

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

Syntax

'Declaration
Sub SendMail
'Usage
Dim instance As _Document

instance.SendMail()
void SendMail()

Remarks

Use the SendMailAttach property to control whether the document is sent as text in the message window or as an attachment.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace