Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BeginSend()

static IAsyncResult System.Net.Mail.MailCommand.BeginSend ( SmtpConnection conn,
byte[] command,
MailAddress from,
bool allowUnicode,
AsyncCallback callback,
object state )
inlinestaticpackage

Definition at line 5 of file MailCommand.cs.

6 {
7 PrepareCommand(conn, command, from, allowUnicode);
8 return CheckCommand.BeginSend(conn, callback, state);
9 }
static void PrepareCommand(SmtpConnection conn, byte[] command, MailAddress from, bool allowUnicode)

References System.Net.Mail.CheckCommand.BeginSend(), System.Net.Mail.MailCommand.PrepareCommand(), and System.state.

Referenced by System.Net.Mail.SendMailAsyncResult.SendMailFrom().