ImapBodyStructureMailEncodingName Property |
Get the name of content transfer encoding the MIME part body is encoded to.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string MailEncodingName { get; }
Public ReadOnly Property MailEncodingName As String
Get
Property Value
Type:
StringThe string containing "Content-Transfer-Encoding" header value, or a null reference
(
Nothing in Visual Basic) if the part does not have "Content-Transfer-Encoding" header set.
Remarks Examples: "base64", "Quoted-Printable", "X-UUE", "7bit", "binary".
If this value is missing, the MIME part body is not encoded. This is the same
as "7bit", "8bit", or "binary".
See Also