Click or drag to resize

PFItemGenerateTextMessage Method (String, 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, string body) GenerateTextMessage(
	string messageName,
	string language = null
)

Parameters

messageName
Type: SystemString
language (Optional)
Type: SystemString

Return Value

Type: ValueTupleString, String
See Also