Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MimeBoundaryInputStream HasMoreParts Property MIME4NET Class Library Documentation
Determines if the underlying stream has more parts (this stream has not seen an end boundary).

Namespace: NI.Email.Mime
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public bool HasMoreParts { get; }

Property Value

Type: Boolean
Remarks

Returns true if there are more parts in the underlying stream, false otherwise.
See Also