Skip to main content

RichEditExtension.CreateMailMergeOptions() Method

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.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