Click or drag to resize
MimeKit

ITransferProgress Interface

An interface for reporting progress of uploading or downloading messages.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public interface ITransferProgress

The ITransferProgress type exposes the following members.

Methods
 NameDescription
Public methodReport(Int64) Report the progress of the transfer operation.
Public methodReport(Int64, Int64) Report the progress of the transfer operation.
Top
Remarks
An interface for reporting progress of uploading or downloading messages.
See Also