Pop3TransferProgressEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Provides data for the TransferProgress event.
Syntax
public class Pop3TransferProgressEventArgs : EventArgs
Inherited Members
Constructors
Name | Description |
---|---|
Pop3TransferProgressEventArgs(Pop3TransferState, Int64, Int32) | Initializes a new instance of the Pop3TransferProgressEventArgs 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. |
BytesTransferred | Gets the total number of bytes transferred during the current transfer. |
State | Gets the transfer state. |