{CompanyName} FlexyGo

Office..::..DeleteOfficeContacts Method

It delete contacts to office 365 with a batch request

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool DeleteOfficeContacts(
	List<Contact> Contacts,
	ref ProcessManager..::..ProcessHelper Ret,
	ref IRestResponse response,
	Object userId
)
Public Shared Function DeleteOfficeContacts ( _
	Contacts As List(Of Contact), _
	ByRef Ret As ProcessManager..::..ProcessHelper, _
	ByRef response As IRestResponse, _
	userId As Object _
) As Boolean

Parameters

Contacts
Type: List<(Of <(<'Contact>)>)>
Collection of contacts
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
A process helper with return information
response
Type: IRestResponse%
userId
Type: Object

Return Value

true if success, false otherwise.