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

Classes

class  AlternateView
 
class  AlternateViewCollection
 
class  Attachment
 
class  AttachmentBase
 
class  AttachmentCollection
 
class  AuthCommand
 
class  BufferBuilder
 
class  CheckCommand
 
class  DataCommand
 
class  DataStopCommand
 
class  DomainLiteralReader
 
class  DotAtomReader
 
class  EHelloCommand
 
class  HelloCommand
 
interface  ISmtpAuthenticationModule
 
struct  LineInfo
 
class  LinkedResource
 
class  LinkedResourceCollection
 
class  MailAddress
 
class  MailAddressCollection
 
class  MailAddressParser
 
class  MailCommand
 
class  MailHeaderInfo
 
class  MailMessage
 
class  MailWriter
 
class  Message
 
struct  ParseAddressInfo
 
class  QuitCommand
 
class  QuotedPairReader
 
class  QuotedStringFormatReader
 
class  ReadLinesCommand
 
class  RecipientCommand
 
class  SendMailAsyncResult
 
class  SmtpAuthenticationManager
 
class  SmtpClient
 
class  SmtpCommands
 
class  SmtpConnection
 
class  SmtpException
 
class  SmtpFailedRecipientException
 
class  SmtpFailedRecipientsException
 
class  SmtpLoginAuthenticationModule
 
class  SmtpNegotiateAuthenticationModule
 
class  SmtpNtlmAuthenticationModule
 
class  SmtpReplyReader
 
class  SmtpReplyReaderFactory
 
class  SmtpTransport
 
class  StartTlsCommand
 
class  WhitespaceReader
 

Enumerations

enum  DeliveryNotificationOptions {
  None = 0 , OnSuccess = 1 , OnFailure = 2 , Delay = 4 ,
  Never = 0x8000000
}
 
enum  MailHeaderID {
  Bcc = 0 , Cc = 1 , Comments = 2 , ContentDescription = 3 ,
  ContentDisposition = 4 , ContentID = 5 , ContentLocation = 6 , ContentTransferEncoding = 7 ,
  ContentType = 8 , Date = 9 , From = 10 , Importance = 11 ,
  InReplyTo = 12 , Keywords = 13 , Max = 14 , MessageID = 15 ,
  MimeVersion = 16 , Priority = 17 , References = 18 , ReplyTo = 19 ,
  ResentBcc = 20 , ResentCc = 21 , ResentDate = 22 , ResentFrom = 23 ,
  ResentMessageID = 24 , ResentSender = 25 , ResentTo = 26 , Sender = 27 ,
  Subject = 28 , To = 29 , XPriority = 30 , XReceiver = 31 ,
  XSender = 32 , ZMaxEnumValue = 32 , Unknown = -1
}
 
enum  MailPriority { Normal , Low , High }
 
enum  SmtpDeliveryFormat { SevenBit , International }
 
enum  SmtpDeliveryMethod { Network , SpecifiedPickupDirectory , PickupDirectoryFromIis }
 
enum  SmtpStatusCode {
  SystemStatus = 211 , HelpMessage = 214 , ServiceReady = 220 , ServiceClosingTransmissionChannel = 221 ,
  Ok = 250 , UserNotLocalWillForward = 251 , CannotVerifyUserWillAttemptDelivery = 252 , StartMailInput = 354 ,
  ServiceNotAvailable = 421 , MailboxBusy = 450 , LocalErrorInProcessing = 451 , InsufficientStorage = 452 ,
  ClientNotPermitted = 454 , CommandUnrecognized = 500 , SyntaxError = 501 , CommandNotImplemented = 502 ,
  BadCommandSequence = 503 , MustIssueStartTlsFirst = 530 , CommandParameterNotImplemented = 504 , MailboxUnavailable = 550 ,
  UserNotLocalTryAlternatePath = 551 , ExceededStorageAllocation = 552 , MailboxNameNotAllowed = 553 , TransactionFailed = 554 ,
  GeneralFailure = -1
}
 
enum  SupportedAuth { None = 0 , Login = 1 , NTLM = 2 , GSSAPI = 4 }
 

Functions

delegate void SendCompletedEventHandler (object sender, AsyncCompletedEventArgs e)