C# Class Server.Misc.Email

Datei anzeigen Open project: Grimoric/RunUO.T2A

Public Properties

Property Type Description
CrashAddresses string
EmailServer string
FromAddress string
SpeechLogPageAddresses string

Public Methods

Method Description
AsyncSend ( MailMessage message ) : void
Configure ( ) : void
IsValid ( string address ) : bool
Send ( MailMessage message ) : bool

Private Methods

Method Description
SendCallback ( object state ) : void

Method Details

AsyncSend() public static method

public static AsyncSend ( MailMessage message ) : void
message System.Net.Mail.MailMessage
return void

Configure() public static method

public static Configure ( ) : void
return void

IsValid() public static method

public static IsValid ( string address ) : bool
address string
return bool

Send() public static method

public static Send ( MailMessage message ) : bool
message System.Net.Mail.MailMessage
return bool

Property Details

CrashAddresses public_oe static_oe property

public static string CrashAddresses
return string

EmailServer public_oe static_oe property

public static string EmailServer
return string

FromAddress public_oe static_oe property

public static string FromAddress
return string

SpeechLogPageAddresses public_oe static_oe property

public static string SpeechLogPageAddresses
return string