Class MIMEDigestPart
MIMEDigestPart class is used to build digest collection.
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.Parts
Assembly: Syncfusion.MIME.Base.dll
Syntax
public class MIMEDigestPart : MIMEPart, IMIMEPart, IMIMESerialization
Constructors
MIMEDigestPart(MIMEPartHeader, String)
Constructor which allow to specify header class for part.
Declaration
public MIMEDigestPart(MIMEPartHeader header, string boundary)
Parameters
Type | Name | Description |
---|---|---|
MIMEPartHeader | header | parental header. |
System.String | boundary | unique boundary. |
MIMEDigestPart(String)
Main constructor for Digest part.
Declaration
public MIMEDigestPart(string boundary)
Parameters
Type | Name | Description |
---|---|---|
System.String | boundary | part unique boundary index |
MIMEDigestPart(String, Stream)
Constructor which allow to create part and set Data stream for it
Declaration
public MIMEDigestPart(string boundary, Stream data)
Parameters
Type | Name | Description |
---|---|---|
System.String | boundary | unique boundary part |
System.IO.Stream | data | data stream for part |
Properties
IsDigest
get\set part is digest or used for enother purpose
Declaration
public bool IsDigest { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Save(Stream)
Specific Save method for current part.
Declaration
public override void Save(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | Stream to write to. |