Click or drag to resize

SaveMailLogicConvertEmlToMsg Method

Convert Outlook eml file content to msg file content.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static byte[] ConvertEmlToMsg(
	byte[] emlContent
)

Parameters

emlContent  Byte
The eml file content.

Return Value

Byte
The msg file content.
See Also