Creates new class instance BaltieMessage for the message exchange.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public BaltieMessage(
	Baltie from,
	Baltie to,
	string text
)

Parameters

from
Type: SGP.Baltie..::.Baltie
Baltie sender Baltie.
to
Type: SGP.Baltie..::.Baltie
Baltie recipient Baltie.
text
Type: System..::.String
The message text.

See Also