SendMailAttach Property Example

This example opens a new mail message that has the active document attached to it.

Options.SendMailAttach = True
ActiveDocument.SendMail

This example returns the state of the Mail as attachment option on the General tab of the Options dialog box.

Msgbox Options.SendMailAttach

Send feedback to MSDN.Look here for MSDN Online resources.