Click or drag to resize
MimeKit

IMultipartEpilogue Property

Get or set the epilogue.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
string Epilogue { get; set; }

Property Value

String
The epilogue.
Exceptions
ExceptionCondition
ObjectDisposedException The IMultipart has been disposed.
Remarks
A multipart epiloque is the text that appears after the closing boundary of the multipart and is typically either empty or a single new line character sequence.
See Also