| IMultipartEpilogue Property |
Get or set the epilogue.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax string Epilogue { get; set; }
Property Value
StringThe epilogue.
Exceptions 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