SaveUnreadMailDefaultCaseNo Property |
The Case No. of the file, to which messages shall be stored, if the contained metadata does not indicate another file.
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> DefaultCaseNo { get; set; }
Public Property DefaultCaseNo As InArgument(Of String)
Get
Set
public:
property InArgument<String^>^ DefaultCaseNo {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
member DefaultCaseNo : InArgument<string> with get, set
Property Value
InArgumentString
See Also