SmtpTransferProgressEventArgs.GetData Method
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 8.0.9673)
GetData()
Gets the actual content of the transferred block. Only available when Smtp.ReportTransferredData is set to true.
Declaration
public byte[] GetData()
Returns
| Type | Description |
|---|---|
| Byte[] | Transferred data. |