Class MIMEDocumentHeader
class to store collection of document attributes.
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
Assembly: Syncfusion.MIME.Base.dll
Syntax
public class MIMEDocumentHeader : MIMEHeader, IMIMEDocumentHeader, IMIMEHeader, IMIMESerialization
Constructors
MIMEDocumentHeader()
Constructor.
Declaration
public MIMEDocumentHeader()
Properties
Boundary
propertu to get\set first part header value.
Declaration
public string Boundary { get; set; }
Property Value
Type |
---|
System.String |
ContentType
property to get contentType attribute.
Declaration
public IMIMEHeaderSubTypesAttribute ContentType { get; }
Property Value
Type |
---|
IMIMEHeaderSubTypesAttribute |
Date
gets/sets mail header attributes.
Declaration
public DateTime Date { get; set; }
Property Value
Type |
---|
System.DateTime |
From
gets/sets mail header attributes.
Declaration
public string From { get; set; }
Property Value
Type |
---|
System.String |
MIMEVersion
returns MIME standart version.
Declaration
public string MIMEVersion { get; }
Property Value
Type |
---|
System.String |
Subject
gets/sets mail header attributes.
Declaration
public string Subject { get; set; }
Property Value
Type |
---|
System.String |
To
gets/sets mail header attributes.
Declaration
public string To { get; set; }
Property Value
Type |
---|
System.String |
XAttributes
property to get extender attributes.
Declaration
public IMIMEAttributesCollection XAttributes { get; }
Property Value
Type |
---|
IMIMEAttributesCollection |
Methods
Save(Stream)
method to save current header.
Declaration
public override void Save(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | stream to write to. |