Sends a text message to the specified target.

Namespace:  Bone
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

C#
public bool SendText(
	string target,
	string message
)
Visual Basic (Declaration)
Public Function SendText ( _
	target As String, _
	message As String _
) As Boolean
Visual C++
public:
bool SendText(
	String^ target, 
	String^ message
)

Parameters

target
Type: System..::.String
Target (user or channel) to send the message to.
message
Type: System..::.String
Message to be sent.

Return Value

true on failure.

See Also