SaveUnreadMailDispatcherName Property |
The name of the dispatcher to use to retrieve unread messages from Eboks.
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<string> DispatcherName { get; set; }
Public Property DispatcherName As InArgument(Of String)
Get
Set
public:
property InArgument<String^>^ DispatcherName {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
member DispatcherName : InArgument<string> with get, set
Property Value
InArgumentString
See Also