TKMP.DLLのダウンロード
Assembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
ログオン手順が必要の無いSMTPクライアントクラスのインスタンスを初期化します
Namespace:
TKMP.NetAssembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
Syntax
C# |
---|
public SmtpClient( string HostName, int Port ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ HostName As String, _ Port As Integer _ ) |
Parameters
- HostName
- Type: System..::.String
接続先のホスト名
- Port
- Type: System..::.Int32
接続先サーバーのポート番号
Remarks
クラスのインスタンスの作成には接続先を示すIPアドレス、ポート番号及び、接続時の手順を処理するためのISmtpLogonインターフェイスを持つクラスが必要です