_Document.SendMailer Method

This member is for Macintosh only and should not be used.

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

Syntax

'Declaration
Sub SendMailer ( _
    ByRef FileFormat As Object, _
    ByRef Priority As Object _
)
'Usage
Dim instance As _Document
Dim FileFormat As Object
Dim Priority As Object

instance.SendMailer(FileFormat, Priority)
void SendMailer(
    ref Object FileFormat,
    ref Object Priority
)

Parameters

  • FileFormat
    Type: System.Object%
    This parameter is for Macintosh only and should not be used.
  • Priority
    Type: System.Object%
    This parameter is for Macintosh only and should not be used.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace