MailMergeOptions Interface
In This Article
Defines the options used for mail merge.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
Methods that return MailMergeOptions instances:
#Remarks
Default mail merge options for the control are set via the RichEditControlOptionsBase.MailMerge property. Use the Document.CreateMailMergeOptions method to obtain the MailMergeOptions interace and perform the mail merge using the Document.MailMerge overload with options as a parameter.
See Also