Interface IMIMEHeaderAttribute
Header attribute
Inherited Members
Namespace: Syncfusion.MIME
Assembly: Syncfusion.MIME.Base.dll
Syntax
public interface IMIMEHeaderAttribute : IMIMESerialization
Properties
Charset
encoding value
Declaration
Encoding Charset { get; set; }
Property Value
Type |
---|
System.Text.Encoding |
Encoding
encoding to use
Declaration
MIMEParser.MIMEEncoding Encoding { get; set; }
Property Value
Type |
---|
MIMEParser.MIMEEncoding |
Name
Name of attribute
Declaration
string Name { get; set; }
Property Value
Type |
---|
System.String |
Value
Get or Set value of header attribute
Declaration
string Value { get; set; }
Property Value
Type |
---|
System.String |