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