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 format,
	params Object[] args
)
Visual Basic (Declaration)
Public Function SendText ( _
	target As String, _
	format As String, _
	ParamArray args As Object() _
) As Boolean
Visual C++
public:
bool SendText(
	String^ target, 
	String^ format, 
	... array<Object^>^ args
)

Parameters

target
Type: System..::.String
Target (user or channel) to send the message to.
format
Type: System..::.String
Message to be sent.
args
Type: array< System..::.Object >[]()[]
Variable number of arguments to be used by the format string.

Return Value

true on failure.

See Also