(Contents)(Previous)(Next)

GetLoginName()

Description: Gets the login name of the currently logged on user
Syntax: object.GetLoginName()
Parameters:
object Required, the Application object
Returns: The login name of the currently logged in user
Example:
Dim ot As Object

Dim sLoginName As String

Set ot = CreateObject("OfficeTalk.Application")

sLoginName = ot.GetLoginName


Next