Gets the maximum mail message size announced by the server.

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

Syntax

Visual Basic
Public ReadOnly Property MaxMailSize As Integer
	Get
C#
public int MaxMailSize { get; }

Field Value

Maximum mail message size; or 0 if not announced.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also