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; }
ReadOnly Property smtpmail_CheckNoSendList As Boolean
Get
Property Value
Type:
BooleanIf 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