SmtpTransferProgressEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9147)
Provides data for the Transfer
Syntax
public class SmtpTransferProgressEventArgs : EventArgs
Inherited Members
Constructors
Name | Description |
---|---|
Smtp |
Initializes a new instance of the Smtp |
Smtp |
Initializes a new instance of the Smtp |
Properties
Name | Description |
---|---|
Bytes |
Gets the number of bytes transferred during the current transfer since the last time the event was raised. |
Bytes |
Gets the total number of bytes transferred during the current transfer. |
State | Gets the transfer state. |
Total |
Gets the approximate number of bytes to be transferred during the current transfer (if available). |
Methods
Name | Description |
---|---|
Get |
Gets the actual content of the transferred block. Only available when Smtp.Report .
|