Adds new parameter to this request.

Namespace: Limilabs.Client.Authentication
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
IOAuth AddParameter(
	string name,
	string value
)
Visual Basic
Function AddParameter ( _
	name As String, _
	value As String _
) As IOAuth
Visual C++
IOAuth^ AddParameter(
	String^ name, 
	String^ value
)

Parameters

name
Type: System..::..String
Name of the parameter.
value
Type: System..::..String
Value of the parameter.

Return Value

This OAuth object.

See Also