Click or drag to resize

PFItemGenerateHtmlMessage Method (Int32, String)

Generates a html message (subject and body) from a modeling message.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public (string subject, Html body) GenerateHtmlMessage(
	int messageModelingId,
	string language = null
)

Parameters

messageModelingId
Type: SystemInt32
language (Optional)
Type: SystemString

Return Value

Type: ValueTupleString, Html
See Also