Click or drag to resize

IPersonMoveTo Method

Moves a person to a new contact, optionally together with his appointments

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
void MoveTo(
	IContact pContact,
	EnMoveActivitiesAction moveActivitiesAction,
	[OptionalAttribute] DateTime dateAfter
)

Parameters

pContact
Type: SuperOffice.COM.ApplicationIContact
moveActivitiesAction
Type: SuperOffice.COM.ApplicationEnMoveActivitiesAction
dateAfter (Optional)
Type: SystemDateTime
See Also