MailMerge.ShowSendToCustom Property

Definition

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.

public:
 property System::String ^ ShowSendToCustom { System::String ^ get(); void set(System::String ^ value); };
public string ShowSendToCustom { get; set; }
member this.ShowSendToCustom : string with get, set
Public Property ShowSendToCustom As String

Property Value

Remarks

When a user clicks the custom button, the MailMergeWizardSendToCustom event occurs.

Applies to