GrapeCity Secure Mail for .NET 4.0J
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
)

パラメータ

toAddress
電子メールの受信者。
fromAddress
電子メールの送信者。
subject
電子メールの件名。
text
電子メールの本文。

戻り値の型

結果を表すSmtpResult
例外
例外解説
ProtocolExceptionサーバーから受信したSMTPプロトコル応答が不良です。
System.Net.Sockets.SocketExceptionソケットエラー。
System.FormatExceptionアドレス形式が正しくありません。
解説
基本的なテキスト電子メールを迅速かつ簡単に送信する手段です。送信されたメッセージに関するデータ(送信されたデータのバイト数など)を含むSmtpResultオブジェクトが返されます。
参照

参照

Smtp クラス
Smtp メンバ
オーバーロード一覧

 

 


© 2003, GrapeCity inc. All rights reserved.