Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Mail.MailCommand Class Reference

Static Package Functions

static IAsyncResult BeginSend (SmtpConnection conn, byte[] command, MailAddress from, bool allowUnicode, AsyncCallback callback, object state)
 
static void EndSend (IAsyncResult result)
 
static void Send (SmtpConnection conn, byte[] command, MailAddress from, bool allowUnicode)
 

Static Private Member Functions

static void CheckResponse (SmtpStatusCode statusCode, string response)
 
static void PrepareCommand (SmtpConnection conn, byte[] command, MailAddress from, bool allowUnicode)
 

Detailed Description

Definition at line 3 of file MailCommand.cs.


The documentation for this class was generated from the following file: