Click or drag to resize
MimeKit

ITransferProgressReport(Int64) Method

Report the progress of the transfer operation.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
void Report(
	long bytesTransferred
)

Parameters

bytesTransferred  Int64
The number of bytes transferred.
Remarks

Reports the progress of the transfer operation.

See Also