The ImapTransferProgressEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBytesSinceLastEvent
Gets the number of bytes transferred during the current transfer since the last time the event was raised.
Public propertySupported by the .NET Compact FrameworkBytesTotal
Gets the total number of bytes to be transferred during the current transfer.
Public propertySupported by the .NET Compact FrameworkBytesTransferred
Gets the total number of bytes transferred during the current transfer.
Public propertySupported by the .NET Compact FrameworkState
Gets the transfer state.

See Also