MailKit Documentation
MailKit Documentation
API Reference
MimeKit
Multipart Class
Multipart Properties
Boundary Property
Count Property
Epilogue Property
IsReadOnly Property
Item Property
Preamble Property
Multipart
Epilogue Property
Get or set the epilogue.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
string
Epilogue
{
get
;
set
; }
Property Value
String
The epilogue.
Implements
IMultipart
Epilogue
Exceptions
Exception
Condition
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
Reference
Multipart Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast