Purpose
This method allows you to pre-populate or change the values that are displayed on the CustomEmail Filter screen
Applies To
Mail screen
Signature
public void ucEmailFilter( SesameSession session, //current session
ProblemFormParam values) // form params to populate the form
Notes
Example
public void ucEmailFilter(
SesameSession session, // current session
ProblemFormParam values) { // form params to populate the form
return;
}