|  | Experimental | 
 Syntax
Syntaxprotected override void OnMimePartContentEnd( long beginOffset, int beginLineNumber, long endOffset, int lines, NewLineFormat? newLineFormat, CancellationToken cancellationToken )
 Remarks
RemarksCalled when the end of a MIME part's content is encountered in the stream.
This method is always paired with a corresponding call to OnMimePartContentBegin(Int64, Int32, CancellationToken).
 See Also
See Also