Determines whether the transfer encoding is known.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public ReadOnly Property IsKnown As Boolean
	Get
C#
public bool IsKnown { get; }

Field Value

True if the value of this object is "7bit", "8bit", "binary", "quoted-printable" or "base64"; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also