Sends message directly to email domain. Domain email sever resolve order: MX recordds -> A reords if no MX.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static void QuickSend( string from, string to, Stream message )
Public Shared Sub QuickSend ( from As String, to As String, message As Stream )
public: static void QuickSend( String^ from, String^ to, Stream^ message )
static member QuickSend : from : string * to : string * message : Stream -> unit
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when from,to or message is null. |
ArgumentException | Is raised when any of the arguments has invalid value. |
SMTP_ClientException | Is raised when SMTP server returns error. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119