Gets or sets the epilogue of this multipart entity.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property Epilogue As String
	Get
	Set
C#
public string Epilogue { get; set; }

Field Value

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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also