ImapTransferProgressEventArgs.BytesTotal Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9448)
BytesTotal
Gets the total number of bytes to be transferred during the current transfer.
Declaration
public long BytesTotal { get; }
Property Value
| Type | Description |
|---|---|
| Int64 | The total number of bytes to be transferred during the current transfer. |