ExchangeActivityGetExtendedPropertyValue Method

Scanjour Workflow4 Reference Manual
Gets the value of an extended property on an item

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:  Scanjour.Workflow4.ActivityLibrary_21.2.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.2.0.0.dll) Version: 21.2.0.0 (21.2.0.0)
Syntax

public static Object GetExtendedPropertyValue(
	Item item,
	string extendedPropertyDefinitionName
)

Parameters

item
Type: Item
The item.
extendedPropertyDefinitionName
Type: SystemString
The property name.

Return Value

Type: Object
the value of the property if it is found, otherwise null.
See Also

Reference