TKMP.DLLのダウンロード

接続の確立直後の送信メッセージをセットします。

Namespace:  TKMP.Net
Assembly:  TKMP (TKMP.dll 内) バージョン: 3.1.0.0

Syntax

C#
string ISmtpLogon.Greeting(
	string Receive
)
Visual Basic (Declaration)
Private Function Greeting ( _
	Receive As String _
) As String Implements ISmtpLogon.Greeting

Parameters

Receive
Type: System..::.String
受信した文字列

Return Value

送信文字列が返されます(送信文字列無しの時はNull)

Implements

ISmtpLogon..::.Greeting(String)

See Also