IAppointmentGetParticipants Method |
Get all participants of the required type for this appointment. Returns an SOAssociates or an SOPersons list depending on the type.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxObject GetParticipants(
EnParticipantType participantType
)
Function GetParticipants (
participantType As EnParticipantType
) As Object
Dim instance As IAppointment
Dim participantType As EnParticipantType
Dim returnValue As Object
returnValue = instance.GetParticipants(participantType)
Object^ GetParticipants(
[InAttribute] EnParticipantType participantType
)
Parameters
- participantType
- Type: SuperOffice.COM.ApplicationEnParticipantType
Return Value
Type:
Object
See Also