Mime4.net Home | Community Edition | Order | Usage examples | Feedback
IContentHandler Epilogue Method MIME4NET Class Library Documentation
Called for the epilogue (whatever comes after the final body part) of a multipart/* entity.

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

void Epilogue(
	Stream inputStream
)

Parameters

inputStream
Type: System.IO Stream
used to get the contents of the epilogue.
Exceptions

ExceptionCondition
IOExceptionshould be thrown on I/O errors.
See Also