PowerTCP Mail for .NET
Encoding Property (HeaderDictionary)




Gets or sets the encoding to use for encoded-word header encoding.
Syntax
Public Property Encoding As Encoding
Dim instance As HeaderDictionary
Dim value As Encoding
 
instance.Encoding = value
 
value = instance.Encoding
public Encoding Encoding {get; set;}
public: __property Encoding* get_Encoding();
public: __property void set_Encoding( 
   Encoding* value
);
public:
property Encoding^ Encoding {
   Encoding^ get();
   void set (    Encoding^ value);
}
Remarks
Defaults to UTF-8 outside Japan and Part.EncodingMap["default"] in Japan. System.Text.Encoding.Default can be used to maximize interoperability with non-Windows clients within a culture. System.Text.Encoding.UTF8 can be used to maximize interoperability across cultures. Encoded values are BASE64 encoded so they are safe for 7-bit transport.
See Also

Reference

HeaderDictionary Class
HeaderDictionary Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic