Interface IMIMEDocumentHeader
MIME document header.
Inherited Members
Namespace: Syncfusion.MIME
Assembly: Syncfusion.MIME.Base.dll
Syntax
public interface IMIMEDocumentHeader : IMIMEHeader, IMIMESerialization
Properties
ContentType
Allow to specify which data stored in MIME part.
Declaration
IMIMEHeaderSubTypesAttribute ContentType { get; }
Property Value
Type |
---|
IMIMEHeaderSubTypesAttribute |
MIMEVersion
gets version of MIME implementation.
Declaration
string MIMEVersion { get; }
Property Value
Type |
---|
System.String |
XAttributes
user custom attributes.
Declaration
IMIMEAttributesCollection XAttributes { get; }
Property Value
Type |
---|
IMIMEAttributesCollection |