public System.string BatchCategory {get; set;}
public System.string BatchCategory {get; set;}
Consider an environment where the recipient data field is the E-Mail Address field in this Data Objects Pane:
ReportScheduleInfo rsi = api.ReportScheduler.GetFirstApiReportScheduleInfoByScheduleName("Employee Reports").reportScheduleInfo;
Label1.Text = rsi.BatchCategory;