Twitterizer 2 Documentation
Send Method (tokens, screenName, text, options)
NamespacesTwitterizerTwitterDirectMessageSend(OAuthTokens, String, String, OptionalProperties)
Sends a new direct message to the specified user from the authenticating user.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterDirectMessage> Send(
	OAuthTokens tokens,
	string screenName,
	string text,
	OptionalProperties options
)
Public Shared Function Send ( _
	tokens As OAuthTokens, _
	screenName As String, _
	text As String, _
	options As OptionalProperties _
) As TwitterResponse(Of TwitterDirectMessage)
Parameters
tokens (OAuthTokens)
The OAuth tokens.
screenName (String)
The user's screen name.
text (String)
The message text.
options (OptionalProperties)
The options.
Return Value
A TwitterDirectMessage object of the created direct message.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)