ProtectedAddressIsProtectedAddress Method

Scanjour Workflow4 Reference Manual
Determines whether the address provided is a protected address. When doing that, the method uses the current date and time.

Namespace:  Scanjour.Workflow4.ActivityLibrary.Documents
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static bool IsProtectedAddress(
	this Address address
)

Parameters

address
Type: Address
The address that is tested.

Return Value

Type: Boolean
True, if the address is currently protected; otherwise false.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Address. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference