Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if the Send To command on the File menu inserts the active document as an attachment to a mail message. False if the Send To command inserts the contents of the active document as text in a mail message.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SendMailAttach As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.SendMailAttach
instance.SendMailAttach = value
bool SendMailAttach { get; set; }
Property Value
Type: System.Boolean