Set a breakpoint in the first line of the sendMailItem method in the MailClient class. Then invoke this method. Use the Step Into function to step into the constructor of the mail item. In the debugger display for the MailItem object, you can see the instance variables and local variables that have the same names, as discussed in Section 3.12.2. Step further to see the instance variables get initialized.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.