SocketTools .NET Edition

SmtpClient.SendMessage Method

Submit the specified message to the mail server for delivery.

Overload List

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);

See Also

SmtpClient Class | SocketTools Namespace