Skip to main content
A newer version of this page is available. .

PrintingSettings.AllowMapiModelessDialog Property

Enables you to display a non-modal Microsoft Outlook dialog before sending a report by email.

Namespace: DevExpress.XtraPrinting.Native

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public static bool AllowMapiModelessDialog { get; set; }

Property Value

Type Description
Boolean

true to display a non-modal dialog when sending a report by email; otherwise false. The default is false.

Remarks

By default, a modal dialog is displayed before a report is sent by email. Enabling this option will invoke a non-modal dialog instead, by calling the MAPISendMailW function internally.

This option only has effect when using a newer version of Outlook that is shipped with Windows 8.

See Also