ExchangeActivityExecute Method
Setup connection to the Exchange Web Service. Must be called by activities inheriting from ExchangeActivity.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
protected override bool Execute(
CodeActivityContext context
)
Protected Overrides Function Execute (
context As CodeActivityContext
) As Boolean
protected:
virtual bool Execute(
CodeActivityContext^ context
) override
abstract Execute :
context : CodeActivityContext -> bool
override Execute :
context : CodeActivityContext -> bool
- context CodeActivityContext
- The execution context in which the activity executes.
Booleantrue if the connection is OK.