Sends specified message to specified smart host.

Syntax
| C# | Visual Basic | Managed C++ |
public static void QuickSendSmartHost (
string smartHost,
int port,
string hostName,
Mime message
)
Public Shared Sub QuickSendSmartHost ( _
smartHost As String, _
port As Integer, _
hostName As String, _
message As Mime _
)
public:
static void QuickSendSmartHost (
String^ smartHost,
int port,
String^ hostName,
Mime^ message
)

Parameters
- smartHost (String)
- Smarthost name or IP.
- port (Int32)
- SMTP port number. Normally this is 25.
- hostName (String)
- Host name reported to SMTP server.
- message (Mime)
- Mime message to send.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)