Click or drag to resize

ServicePropertiessmtpmail_SendAsync Property

If set to true, the mail is sent asynchronously via the built-in thread pool.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool smtpmail_SendAsync { get; }

Property Value

Type: Boolean
If set to true, the mail is sent asynchronously via the built-in thread pool.
Remarks
Applies to ServiceInstance smtpmail only.
See Also