SmtpRejectedRecipientEventArgs.Ignore Property
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
Ignore
Gets or sets a value indicating whether to ignore the rejection of the recipient and continue the sending operation.
Declaration
public bool Ignore { get; set; }
Property Value
Type | Description |
---|---|
Boolean | A value indicating whether to ignore the recipient rejection. |