TKMP.DLLのダウンロード
Assembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
ログオン時の受信文字列に対する次の送信文字列をセットします
Namespace:
TKMP.NetAssembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
Syntax
C# |
---|
bool IPopLogon.Connection( string Receive, out string Send ) |
Visual Basic (Declaration) |
---|
Private Function Connection ( _ Receive As String, _ <OutAttribute> ByRef Send As String _ ) As Boolean Implements IPopLogon.Connection |
Parameters
- Receive
- Type: System..::.String
受信した文字列
- Send
- Type:
System..::.String
%
送信文字列(送信文字列無しの時はNull)