SmtpTransferProgressEventArgs.GetData Method
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
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. |