Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

Pop3TransferProgressEventArgs Constructor

Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9147)

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.

Declaration
public Pop3TransferProgressEventArgs(Pop3TransferState state, long bytesTransferred, int bytesSinceLastEvent)
Parameters
Type Name Description
Pop3TransferState state

Current state.

Int64 bytesTransferred

Number of bytes transferred. Ignored if state is Pop3TransferState.None.

Int32 bytesSinceLastEvent

Number of bytes transferred since the last time the event was raised. Ignored if state is Pop3TransferState.None.

In This Article
  • Pop3TransferProgressEventArgs(Pop3TransferState, Int64, Int32)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies