IRichEditDocumentServer.CreateMailMergeOptions() Method
Creates an object for specifying the options used in mail merge operations.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
MailMergeOptions | A MailMergeOptions class instance containing options used for mail merge. |
Remarks
To specify options for a particular merge operation, create a MailMergeOptions object using the CreateMailMergeOptions method, change options as required and perform a merge using the IRichEditDocumentServer.MailMerge method, which gets the MailMergeOptions as the parameter.
See Also