SmtpClientNative.SendMessage

Sends an individual message. Allows sending several messages on the same SMTP session without having to reconnect each time.

        This version assigns default properties assigned from the main
        mail object and allows overriding only of recipients

        Call after Connect() has been called and call Close() to
        close the connection afterwards
public bool SendMessage(string recipient, string ccList, 
			string bccList)

Parameters

recipient
ccList
bccList