{CompanyName} FlexyGo

Office..::..GetConsent Method

It gets url to get user authorization

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

Syntax


public static bool GetConsent(
	EntityObject Entity,
	ref ProcessManager..::..ProcessHelper Ret,
	string Service
)
Public Shared Function GetConsent ( _
	Entity As EntityObject, _
	ByRef Ret As ProcessManager..::..ProcessHelper, _
	Service As String _
) As Boolean

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityObject
Nothing
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
A process helper with return information
Service
Type: String
Microsoft service name: calendar, contacts, mail,...

Return Value

true if success, false otherwise.