SmtpTransferProgressEventArgs.TotalBytes Property
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
TotalBytes
Gets the approximate number of bytes to be transferred during the current transfer (if available).
Declaration
public long TotalBytes { get; }
Property Value
Type | Description |
---|---|
Int64 | Approximate number of bytes to be transferred. |
Remarks
The value is approximate because byte stuffing (inserting additional '.' characters) can occur during transfer.