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 EndVerify ( _ asyncResult As IAsyncResult _ ) As SmtpResponse |
| C# |
|---|
[ObsoleteAttribute("This method is seldom useful and has been deprecated", false)] public SmtpResponse EndVerify( IAsyncResult asyncResult ) |
Parameters
- asyncResult
- Type: System..::..IAsyncResult