F2CaseHandlerActivityF2InformationMailBox Property |
The ID of the Case to store information mails on.
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> F2InformationMailBox { get; set; }
Public Property F2InformationMailBox As InArgument(Of String)
Get
Set
public:
property InArgument<String^>^ F2InformationMailBox {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
member F2InformationMailBox : InArgument<string> with get, set
Property Value
InArgumentString
See Also