Gets the approximate number of bytes to be transferred during the current transfer (if available).
Namespace:
Rebex.Net
Assembly:
Rebex.Smtp (in Rebex.Smtp.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property TotalBytes As Long Get |
| C# |
|---|
public long TotalBytes { get; } |
Field Value
Approximate number of bytes to be transferred.
Remarks
The value is approximate because byte stuffing (inserting additional '.' characters) can occur during transfer.