Click or drag to resize

ServicePropertiessmtpmail_CheckNoSendList Property

If true, the SMTP service will check the mail recipinet against a no send list. If there is a match, the recipient will not receive the email.

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

Property Value

Type: Boolean
If true, the SMTP service will check the mail recipinet against a no send list. If there is a match, the recipient will not receive the email.
Remarks
Applies to ServiceInstance smtpmail only.
See Also