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.23341.1754
Syntax
IOAuth AddParameter(
	string name,
	string value
)

Parameters

name
Type: SystemString
Name of the parameter.
value
Type: SystemString
Value of the parameter.

Return Value

Type: IOAuth
This OAuth object.
See Also