Click or drag to resize

IAppointmentActiveLinks Property

ActiveLinks - Number of active links to documents, projects, Urls, appointments, sales, contacts, persons, selections

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
int ActiveLinks { get; set; }

Property Value

Type: Int32
Long - Number of active links
Examples
VB
dim objso
set objso = CreateObject("superoffice.application")
If not (objSO is nothing) Then
    msgbox "Number of active links to the appointment: " & objso.currentappointment.activeLinks, vbinformation + vbokonly,  "supercom"
else
    msgbox "unable to connect to database"
end if
set objso = nothing
See Also