TKMP.DLLのダウンロード

読込み済みのメールデータのバイト数を返します

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

Syntax

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

Implements

IMailData..::.BodyLoadedLength

Remarks

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

See Also