ImapRequestEncoding Property |
Gets or sets the encoding used to convert a string into a bytes stream
which is then sent to the mail server.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Encoding RequestEncoding { get; set; }
Public Property RequestEncoding As Encoding
Get
Set
Property Value
Type:
EncodingA reference to the encoding object used to convert a string into a bytes stream
which is then sent to the mail server. The default value is
DefaultEncoding.
Exceptions
See Also