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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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