Hunny Software Library Reference

Body.Epilogue Property

Gets or sets the epilogue of a multipart body

[Visual Basic]
Public Property Epilogue As ByteString
[C#]
public Hunny.Base.ByteString Epilogue {get; set;}

Remarks

The epilogue (a term from the MIME standard) is the optional text that appears after the final boundary in a multipart message. In most cases, the epilogue is empty. Any use of the epilogue by applications is non-standard.

See Also

Body Class | Hunny.Mime Namespace