ReportRepositoryConvert Method

Scanjour Workflow4 Reference Manual
Convert eml to msg.

Namespace:  Scanjour.Workflow4.Web.Services.Repositories
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public byte[] Convert(
	ODataService ctx,
	string accept,
	string contentType,
	byte[] content,
	string culture
)

Parameters

ctx
Type: ODataService
OData context.
accept
Type: SystemString
Accept header value.
contentType
Type: SystemString
Content-Type header value.
content
Type: SystemByte
The eml byte array.
culture
Type: SystemString
The culture used for conversion

Return Value

Type: Byte
The msg byte array.
See Also

Reference