EmailValidateResultshould_send Property |
Returns true if the email should be sent using the following logic:
should_send == true if the result_code is one of: [Unknown, Error, Deliverable].
should_send == true if the behavior attribute
TreatCatchAllAsDeliverable is set on the service and the result_code is CatchAll.
should_send == true if the behavior attribute
TreatRoleAsDeliverable is set on the service and the result_code is Role.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool should_send { get; set; }
Public Property should_send As Boolean
Get
Set
Property Value
Type:
BooleanSee Also