PowerTCP Mail for .NET
Encoding Property (MailBase)




Specifies the character encoding to be used by the component.
Syntax
Public Overrides Property Encoding As Encoding
Dim instance As MailBase
Dim value As Encoding
 
instance.Encoding = value
 
value = instance.Encoding
public override Encoding Encoding {get; set;}
public: __property Encoding* get_Encoding() override;
public: __property void set_Encoding( 
   Encoding* value
) override;
public:
property Encoding^ Encoding {
   Encoding^ get() override;
   void set (    Encoding^ value) override;
}
Remarks
When this property is set the component will use the specified encoding to encode and decode data on the underlying socket.
See Also

Reference

MailBase Class
MailBase Members


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