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


See also:

Class SmtpClientNative

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic