SendFinalizationNotification Email Text

switch (interviewType) { case InterviewTypes.InterviewType.Senior: subject = $"{companyName} has finalized their recruiting interview candidates"; body = $"{companyName} has finalized their recruiting interview candidate selections. Please login to <a href='https://apps.chhs.colostate.edu/cmjobs/admin/'>CMJobs</a> and ‘View Lists’ in Recruiting in order to ‘Offer Interviews’ to students."; break; case InterviewTypes.InterviewType.Intern: subject = $"{companyName} has finalized their intern interview candidates"; body = $"{companyName} has finalized their intern interview candidate selections. Please login to <a href='https://apps.chhs.colostate.edu/cmjobs/admin/'>CMJobs</a> and ‘View Lists’ in CON267/Interns in order to ‘Offer Interviews’ to students."; break; }