MailMerge.ShowSendToCustom Property
Returns or sets a String corresponding to the caption on a custom button on the Complete the merge step (step six) of the Mail Merge Wizard.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowSendToCustom As String
Get
Set
'Usage
Dim instance As MailMerge
Dim value As String
value = instance.ShowSendToCustom
instance.ShowSendToCustom = value
string ShowSendToCustom { get; set; }
Property Value
Type: System.String
Remarks
When a user clicks the custom button, the MailMergeWizardSendToCustom event occurs.