Skip to main content
.NET 8.0+

OfficeModule.RichTextMailMergeDataType Property

Specifies the mail merge template data type.

Namespace: DevExpress.ExpressApp.Office

Assembly: DevExpress.ExpressApp.Office.v25.1.dll

Declaration

public Type RichTextMailMergeDataType { get; set; }

Property Value

Type Description
Type

A Type object that is the mail merge template type.

Remarks

Refer to the Mail Merge topic for more information on the RichTextMailMergeDataType property and built-in types that can be this property value.

See Also