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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

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. The AllowMapiModelessDialog option invokes a non-modal dialog instead.

This option has effect only for Microsoft Outlook shipped with Windows 8 and later versions.

See Also