Sets the timestamp. Timestamp is generated automatically if not set. This method should be used in tests only.

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

Syntax

C#
IOAuth TimeStamp(
	string timestamp
)
Visual Basic
Function TimeStamp ( _
	timestamp As String _
) As IOAuth
Visual C++
IOAuth^ TimeStamp(
	String^ timestamp
)

Parameters

timestamp
Type: System..::..String
Timestamp

Return Value

This OAuth object.

See Also