Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MimeBoundaryInputStream ParentEOF Property MIME4NET Class Library Documentation
Determines if the parent stream has reached EOF

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

public bool ParentEOF { get; }

Property Value

Type: Boolean
Remarks

Returns true if EOF has been reached for the parent stream, false otherwise.
See Also