 | ITransferProgressReport Method (Int64) |
Report the progress of the transfer operation.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
Syntaxvoid Report(
long bytesTransferred
)
Parameters
- bytesTransferred
- Type: SystemInt64
The number of bytes transferred.
RemarksReports the progress of the transfer operation.
See Also