LumiSoft Net Help
RcptTo Method (to)
NamespacesLumiSoft.Net.SMTP.ClientSMTP_ClientRcptTo(String)
Sends RCPT TO: command to SMTP server.
Declaration Syntax
C#Visual BasicVisual C++F#
public void RcptTo(
	string to
)
Public Sub RcptTo ( 
	to As String
)
public:
void RcptTo(
	String^ to
)
member RcptTo : 
        to : string -> unit 
Parameters
to (String)
Recipient email address.
Remarks
Before using notify or orcpt arguments, check that remote server supports(SMTP_Client.EsmtpFeatures) SMTP DSN extention.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
InvalidOperationExceptionIs raised when SMTP client is not connected.
ArgumentExceptionIs raised when any of the arguments has invalid value.
SMTP_ClientExceptionIs raised when SMTP server returns error.

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