PowerTCP Mail for .NET
CharSet Property




Gets or sets the value of the charset parameter. Use Textpart.Encoding to set the charset for a Textpart or Htmlpart.
Syntax
Public Property CharSet As String
Dim instance As ContentType
Dim value As String
 
instance.CharSet = value
 
value = instance.CharSet
public string CharSet {get; set;}
public: __property string* get_CharSet();
public: __property void set_CharSet( 
   string* value
);
public:
property String^ CharSet {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

ContentType Class
ContentType Members


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