Interface IMIMEBoundaryPart
collection contains opened parts.
Inherited Members
Namespace: Syncfusion.MIME
Assembly: Syncfusion.MIME.Base.dll
Syntax
public interface IMIMEBoundaryPart : IMIMEPart, IMIMESerialization
Properties
Parts
gets collection of digest parts.
Declaration
IMIMEPartsCollection Parts { get; }
Property Value
Type |
---|
IMIMEPartsCollection |
UniqueBoundary
get/set global boundary
Declaration
string UniqueBoundary { get; set; }
Property Value
Type |
---|
System.String |
Methods
AddDigestPart(Stream)
adding digest part from stream.
Declaration
IMIMEPart AddDigestPart(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | stream to read from. |
Returns
Type |
---|
IMIMEPart |
AddDigestPart(String)
addinf digest part from file .
Declaration
IMIMEPart AddDigestPart(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | file to add. |
Returns
Type |
---|
IMIMEPart |