TKMP.DLLのダウンロード

POP3サーバーへのログオン処理をするクラスのに必要なインターフェイス

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

Syntax

C#
public interface IPopLogon
Visual Basic (Declaration)
Public Interface IPopLogon

Remarks

サーバーへのログオン方法が特殊な場合このインターフェイスを継承することで、独自のログオン処理を作成することが可能です。

See Also