Skip to main content

RichEditExtension.CreateMailMergeOptions() Method

In This Article

Creates an object for specifying the options used in mail merge operations.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public static MailMergeOptions CreateMailMergeOptions()

#Returns

Type Description
MailMergeOptions

A MailMergeOptions object defining mail merge options.

See Also