Click or drag to resize
MimeKit

MultipartEpilogue Property

Get or set the epilogue.

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

Property Value

String
The epilogue.
Exceptions
ExceptionCondition
ObjectDisposedException The Multipart 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