Logout()
Description:
Logs the user off the session
Syntax:
object.Logout()
Parameters:
object
Required, the Session object
Returns:
Nothing
Example:
Dim session As Object
Dim user As Object
Set session = CreateObject("OfficeTalk.Session")
session.Logout
Next