Office..::..SendOfficeContacts Method
It sends contacts to office 365 with a batch request
Namespace:
FLEXYGOAssembly: flxSysProcess (in flxSysProcess.dll)
Syntax
public static bool SendOfficeContacts( List<Contact> Contacts, ref ProcessManager..::..ProcessHelper Ret, ref IRestResponse response, Object userId )
Public Shared Function SendOfficeContacts ( _ Contacts As List(Of Contact), _ ByRef Ret As ProcessManager..::..ProcessHelper, _ ByRef response As IRestResponse, _ userId As Object _ ) As Boolean
Parameters
- Ret
- Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
A process helper with return information
- response
- Type: IRestResponse%
- userId
- Type: Object