The SmtpTransferProgressEventArgs 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 FrameworkBytesTransferred
Gets the total number of bytes transferred during the current transfer.
Public propertySupported by the .NET Compact FrameworkState
Gets the transfer state.
Public propertySupported by the .NET Compact FrameworkTotalBytes
Gets the approximate number of bytes to be transferred during the current transfer (if available).

See Also