(Contents)(Previous)(Next)

Appointments (property)

Description: Represents the appointments for the associated user

Type: Appointments Object

Example:

Dim session As Object

Dim user As Object

Dim appts As Object

Set session = CreateObject("OfficeTalk.Session")

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

Set appts = user.appointments


Next