IContentHandler.Epilogue Method 

Called for the epilogue (whatever comes after the final body part) of a multipart/* entity.

void Epilogue(
   Stream inputStream
);

Parameters

inputStream
used to get the contents of the epilogue.

Exceptions

Exception Type Condition
IOException should be thrown on I/O errors.

See Also

IContentHandler Interface | NI.Email.Mime Namespace