Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

OfficeWindowsFormsModule.RichTextMailMergeDataType Property

Specifies the mail merge template type.

Namespace: DevExpress.ExpressApp.Office.Win

Assembly: DevExpress.ExpressApp.Office.Win.v21.2.dll

Declaration

[Browsable(false)]
[TypeConverter(typeof(BusinessClassTypeConverter<IRichTextMailMergeData>))]
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