(Contents)(Previous)(Next)

Tasks (property)

Description: Represents the tasks for the associated user

Type: Tasks Object

Example:

Dim session As Object

Dim user As Object

Dim tasks As Object

Set session = CreateObject("OfficeTalk.Session")

Set user = session.Logon(login name, password)

Set tasks = user.tasks


Next