Sends the mail message to the recipients specified in the message.
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);
Smtp Class | MailBee.SmtpMail Namespace | Connect