Click or drag to resize

IOAuthAddParameter Method

Adds new parameter to this request.

Namespace: Limilabs.Client.Authentication
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
IOAuth AddParameter(
	string name,
	string value
)

Parameters

name  String
Name of the parameter.
value  String
Value of the parameter.

Return Value

IOAuth
This OAuth object.
See Also