LumiSoft Mail Server User API
BeginAddRecipient Method (recipientEmail, callback)
Namespaces > LumiSoft.Net.SMTP.Client > SmtpClientEx > BeginAddRecipient(String, CommadCompleted)
Begin adding recipient.
Syntax
C#Visual BasicManaged C++
public void BeginAddRecipient (
	string recipientEmail,
	CommadCompleted callback
)
Public Sub BeginAddRecipient ( _
	recipientEmail As String, _
	callback As CommadCompleted _
)
public:
void BeginAddRecipient (
	String^ recipientEmail, 
	CommadCompleted^ callback
)
Parameters
recipientEmail (String)
Recipient email address.
callback (CommadCompleted)
Callback to be called if command ends.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)