ImapTransferProgressEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9448)
Provides data for the TransferProgress event.
Syntax
public class ImapTransferProgressEventArgs : EventArgs
Inherited Members
Constructors
| Name | Description |
|---|---|
| ImapTransferProgressEventArgs(ImapTransferState, Int64, Int64, Int64) | Initializes a new instance of the ImapTransferProgressEventArgs class with the specified state, number of bytes transferred during the current transfer and progress since the last time the event was raised. |
Properties
| Name | Description |
|---|---|
| BytesSinceLastEvent | Gets the number of bytes transferred during the current transfer since the last time the event was raised. |
| BytesTotal | Gets the total number of bytes to be transferred during the current transfer. |
| BytesTransferred | Gets the total number of bytes transferred during the current transfer. |
| State | Gets the transfer state. |