Click or drag to resize

IAppointmentAssignTo Method

Assign appointment to an associate, from another associate (default from current associate)

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
void AssignTo(
	IAssociate ToAssociate,
	IAssociate FromAssociate = null
)

Parameters

ToAssociate
Type: SuperOffice.COM.ApplicationIAssociate
FromAssociate (Optional)
Type: SuperOffice.COM.ApplicationIAssociate
See Also