MailBee.NET Objects 3.1

Smtp.Send Method

Sends the mail message to the recipients specified in the message.

Overload List

Sends the mail message to the recipients specified in the message.

public bool Send();

Sends the mail message to the specified recipients.

public bool Send(string,EmailAddressCollection);

Sends the mail message to the specified recipients e-mail addresses.

public bool Send(string,string);

See Also

Smtp Class | MailBee.SmtpMail Namespace | Connect