SaveMailSetupCanAddPartiesToCase Property |
Determines if parties should be added to case.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailAssembly: 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 bool CanAddPartiesToCase { get; set; }
Public Property CanAddPartiesToCase As Boolean
Get
Set
public:
property bool CanAddPartiesToCase {
bool get ();
void set (bool value);
}
member CanAddPartiesToCase : bool with get, set
Property Value
Boolean
See Also