 | IOAuthTimeStamp Method |
Sets the timestamp. Timestamp is generated automatically if not set.
This method should be used in tests only.
Namespace: Limilabs.Client.AuthenticationAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIOAuth TimeStamp(
string timestamp
)
Function TimeStamp (
timestamp As String
) As IOAuth
IOAuth^ TimeStamp(
String^ timestamp
)
abstract TimeStamp :
timestamp : string -> IOAuth Parameters
- timestamp String
- Timestamp
Return Value
IOAuthThis OAuth object.
See Also