MultipartEntityEpilogue Property |
Gets or sets the entity epilogue.
Namespace:
GemBox.Email.Mime
Assembly:
GemBox.Email (in GemBox.Email.dll) Version: 13.0.35.1003
Syntaxpublic byte[] Epilogue { get; set; }
Public Property Epilogue As Byte()
Get
Set
Property Value
Type:
Byte
The entity epilogue.
See Also