ContentTransferEncoding.IsKnown Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
IsKnown
Determines whether the transfer encoding is known.
Declaration
public bool IsKnown { get; }
Property Value
Type | Description |
---|---|
Boolean | True if the value of this object is "7bit", "8bit", "binary", "quoted-printable" or "base64"; false otherwise. |