SaveMailLogicConvertEmlToMsg Method

Scanjour Workflow4 Reference Manual
Convert Outlook eml file content to msg file content.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static byte[] ConvertEmlToMsg(
	byte[] emlContent
)

Parameters

emlContent
Type: SystemByte
The eml file content.

Return Value

Type: Byte
The msg file content.
See Also

Reference