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

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

Syntax

Visual Basic
Public ReadOnly Property TotalBytes As Long
	Get
C#
public long TotalBytes { get; }

Field Value

Approximate number of bytes to be transferred.

Remarks

The value is approximate because byte stuffing (inserting additional '.' characters) can occur during transfer.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also