Class MIMEHeader
Base header class.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.MIME.Base.Implementation.Headers
Assembly: Syncfusion.MIME.Base.dll
Syntax
public abstract class MIMEHeader : IMIMEHeader, IMIMESerialization
Constructors
MIMEHeader()
Declaration
protected MIMEHeader()
Properties
Collection
get attributes collection.
Declaration
public IMIMEAttributesCollection Collection { get; }
Property Value
Type |
---|
IMIMEAttributesCollection |
Item[String]
Get value of header attribute.
Declaration
public string this[string attributeName] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | attributeName |
Property Value
Type |
---|
System.String |
Item[String, String]
Get value of header attribute subtype.
Declaration
public string this[string attributeName, string subtype] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | attributeName | |
System.String | subtype |
Property Value
Type |
---|
System.String |
Methods
Save(Stream)
Save MIME document to stream.
Declaration
public virtual void Save(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | stream to write to. |