Gets or sets a value indicating whether to ignore the rejection of the recipient and continue the sending operation.

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public Property Ignore As Boolean
	Get
	Set
C#
public bool Ignore { get; set; }

Field Value

A value indicating whether to ignore the recipient rejection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also