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

Syntax

Visual Basic
<ObsoleteAttribute("This method is seldom useful and has been deprecated",  _
	False)> _
Public Function Verify ( _
	to As String _
) As SmtpResponse
C#
[ObsoleteAttribute("This method is seldom useful and has been deprecated", 
	false)]
public SmtpResponse Verify(
	string to
)

Parameters

to
Type: System..::..String

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also