IDatabaseGetInvitations Method |
Get a collection with all invitations for the logged in user
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIAppointments GetInvitations()
Function GetInvitations As IAppointments
Dim instance As IDatabase
Dim returnValue As IAppointments
returnValue = instance.GetInvitations()
IAppointments^ GetInvitations()
Return Value
Type:
IAppointments
See Also