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

Static Package Functions

static IAsyncResult BeginSend (SmtpConnection conn, string to, AsyncCallback callback, object state)
 
static bool EndSend (IAsyncResult result, out string response)
 
static bool Send (SmtpConnection conn, string to, out string response)
 

Static Private Member Functions

static bool CheckResponse (SmtpStatusCode statusCode, string response)
 
static void PrepareCommand (SmtpConnection conn, string to)
 

Detailed Description

Definition at line 3 of file RecipientCommand.cs.


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