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

SmtpTransferProgressEventArgs Class

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

Provides data for the TransferProgress event.

Syntax
public class SmtpTransferProgressEventArgs : EventArgs
Inheritance
Object
EventArgs
SmtpTransferProgressEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()

Constructors

Name Description
SmtpTransferProgressEventArgs(SmtpTransferState, Int64, Int32)

Initializes a new instance of the SmtpTransferProgressEventArgs class with the specified state, number of bytes transferred during the current transfer and progress since the last time the event was raised.

SmtpTransferProgressEventArgs(SmtpTransferState, Int64, Int32, Int64)

Initializes a new instance of the SmtpTransferProgressEventArgs 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.

TotalBytes

Gets the approximate number of bytes to be transferred during the current transfer (if available).

Methods

Name Description
GetData()

Gets the actual content of the transferred block. Only available when Smtp.ReportTransferredData is set to

true
.

In This Article
  • Constructors
  • Properties
  • Methods
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies