TKMP.DLLのダウンロード
Assembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
Pop Before SMTPでログオンを行うためのクラスのインスタンスを初期化します
Namespace:
TKMP.NetAssembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
Syntax
C# |
---|
public PopBeforeSMTP( string UserID, string Password, IPAddress Address, int Port, bool ApopLogon ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ UserID As String, _ Password As String, _ Address As IPAddress, _ Port As Integer, _ ApopLogon As Boolean _ ) |
Parameters
- UserID
- Type: System..::.String
ユーザーID
- Password
- Type: System..::.String
パスワード
- Address
- Type: System.Net..::.IPAddress
接続先を示すアドレス
- Port
- Type: System..::.Int32
接続先サーバーのポート番号
- ApopLogon
- Type: System..::.Boolean
POPサーバーへのログオンにAPOPを使用することを指定します