| ITransferProgressReport(Int64) Method |
Report the progress of the transfer operation.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax void Report(
long bytesTransferred
)
Parameters
- bytesTransferred Int64
- The number of bytes transferred.
Remarks Reports the progress of the transfer operation.
See Also