SmtpTransferProgressEventArgs.BytesTransferred Property
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
BytesTransferred
Gets the total number of bytes transferred during the current transfer.
Declaration
public long BytesTransferred { get; }
Property Value
Type | Description |
---|---|
Int64 | The number of bytes transferred. |