TKMP.DLLのダウンロード

読込み済みのヘッダーデータのバイト数を返します

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

Syntax

C#
public int HeaderLoadedLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property HeaderLoadedLength As Integer

Implements

IMailData..::.HeaderLoadedLength

Remarks

受信中のヘッダーデータの読み込み済みバイト数を返します。

See Also