Submit the specified message to the mail server for delivery.
Submit the specified message to the mail server for delivery.
public bool SendMessage(byte[],int);
Submit the specified message to the mail server for delivery.
public bool SendMessage(string);
Submit the specified message to the mail server for delivery.
public bool SendMessage(string,string,byte[],int);
Submit the specified message to the mail server for delivery.
public bool SendMessage(string,string,string);
SmtpClient Class | SocketTools Namespace