TKMP.DLLのダウンロード

Pop Before SMTPでログオンを行うためのクラスのインスタンスを初期化します

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

Syntax

C#
public PopBeforeSMTP(
	IPopLogon PopLogon,
	IPAddress Address,
	int Port
)
Visual Basic (Declaration)
Public Sub New ( _
	PopLogon As IPopLogon, _
	Address As IPAddress, _
	Port As Integer _
)

Parameters

PopLogon
Type: TKMP.Net..::.IPopLogon
Popログオン処理クラス
Address
Type: System.Net..::.IPAddress
接続先を示すアドレス
Port
Type: System..::.Int32
接続先サーバーのポート番号

See Also