How to retrieve the data that are in index for each reviewer
I am looking for some guidance on how to retrieve the data that are in index and send email to individual.
Scenario: There are three reviewers (example)
pyWorkPage.SubmissionDetails.Reviewer(1)
Due: 01/01/2000
Task: Test1
Email: Proprietary information hidden
pyWorkPage.SubmissionDetails.Reviewer(2)
Due: 03/03/2001
Task: Test 2
Email: Proprietary information hidden
pyWorkPage.SubmissionDetails.Reviewer(3)
Due: 06/02/2008
Task: Test 3
Email: Proprietary information hidden
Please advise what's the best way to send email (using correspondence), by capturing each reviewer detail (Due and Task) to each individual reviewer.