Default constructor.

Syntax
| C# | Visual Basic | Managed C++ |
public ServerReturnMessage (
string subject,
string bodyTextRft
)
Public Sub New ( _
subject As String, _
bodyTextRft As String _
)
public:
ServerReturnMessage (
String^ subject,
String^ bodyTextRft
)

Parameters
- subject (String)
- Message subject template.
- bodyTextRft (String)
- Messge body text template in RTF format.
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)