SaveUnreadMailDigitalPostClient Property |
This property is used primarily for testing purposes. During normal production, this argument is null,
which causes the activity to create a new e-boks receiver. During test, a mock or similar can be provided
through this argument.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic InArgument<IDigitalPostReceiver> DigitalPostClient { get; set; }
Public Property DigitalPostClient As InArgument(Of IDigitalPostReceiver)
Get
Set
public:
property InArgument<IDigitalPostReceiver^>^ DigitalPostClient {
InArgument<IDigitalPostReceiver^>^ get ();
void set (InArgument<IDigitalPostReceiver^>^ value);
}
member DigitalPostClient : InArgument<IDigitalPostReceiver> with get, set
Property Value
InArgumentIDigitalPostReceiver
See Also