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; }
ReadOnly Property smtpmail_SendAsync As Boolean
Get
Property Value
Type:
BooleanIf set to true, the mail is sent asynchronously via the built-in thread pool.
Remarks
Applies to ServiceInstance smtpmail only.
See Also