Dart.Mail 名前空間 > Smtp クラス > Send メソッド : Send(String,String,String,String) メソッド |
Public Overloads Function Send( _ ByVal toAddress As String, _ ByVal fromAddress As String, _ ByVal subject As String, _ ByVal text As String _ ) As SmtpResult
public SmtpResult Send( string toAddress, string fromAddress, string subject, string text )
例外 | 解説 |
---|---|
ProtocolException | サーバーから受信したSMTPプロトコル応答が不良です。 |
System.Net.Sockets.SocketException | ソケットエラー。 |
System.FormatException | アドレス形式が正しくありません。 |