LumiSoft Net Help
EndRcptTo Method (asyncResult)
NamespacesLumiSoft.Net.SMTP.ClientSMTP_ClientEndRcptTo(IAsyncResult)
Ends a pending asynchronous RcptTo request.
Declaration Syntax
C#Visual BasicVisual C++F#
[ObsoleteAttribute("Use method RcptToAsync instead.")]
public void EndRcptTo(
	IAsyncResult asyncResult
)
<ObsoleteAttribute("Use method RcptToAsync instead.")>
Public Sub EndRcptTo ( 
	asyncResult As IAsyncResult
)
public:
[ObsoleteAttribute(L"Use method RcptToAsync instead.")]
void EndRcptTo(
	IAsyncResult^ asyncResult
)
[<ObsoleteAttribute("Use method RcptToAsync instead.")>]
member EndRcptTo : 
        asyncResult : IAsyncResult -> unit 
Parameters
asyncResult (IAsyncResult)
An IAsyncResult that stores state information and any user defined data for this asynchronous operation.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
ArgumentNullExceptionIs raised when asyncResult is null.
ArgumentExceptionIs raised when invalid asyncResult passed to this method.
SMTP_ClientExceptionIs raised when SMTP server returns error.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119