IActivityLinksContacts Property |
The list of contacts attached to the appointment/sale/document/project/person/selection
Never implemented
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxIContacts2 Contacts { get; }
ReadOnly Property Contacts As IContacts2
Get
Dim instance As IActivityLinks
Dim value As IContacts2
value = instance.Contacts
property IContacts2^ Contacts {
IContacts2^ get ();
}
Property Value
Type:
IContacts2
See Also