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

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public Function GetData As Byte()
C#
public byte[] GetData()

Return Value

Transferred data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also