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