MimeMessage.Epilogue Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9119)
Epilogue
Gets or sets the epilogue of this multipart entity. Inherited from MimeEntity.
Declaration
public string Epilogue { get; set; }
Property Value
Type | Description |
---|---|
String | Epilogue of this multipart entity. |
Remarks
Epilogue is only used for multipart entities.
Epilogue is a block of text following the last part of a multipart entity. It might be used to store a message that non-MIME compliant user agents will display.
Default value is an empty string.