DotMSN

TextMessage Constructor (String)

Creates a TextMessage with the specified text as message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public TextMessage(
   string message
);

Parameters

message

Remarks

This leaves all style attributes to their default values.

See Also

TextMessage Class | XihSolutions.DotMSN Namespace | TextMessage Constructor Overload List