MboxStorageReaderCurrentDataSize Property |
Gets the number of bytes that is read by ReadNextMessage method.
Namespace:
Aspose.Email.Storage.Mbox
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic long CurrentDataSize { get; protected set; }
Public Property CurrentDataSize As Long
Get
Protected Set
public:
property long long CurrentDataSize {
long long get ();
protected: void set (long long value);
}
member CurrentDataSize : int64 with get, set
Property Value
Type:
Int64
See Also