Visit Approval - Visit Denied
Description
This email is sent to the Visit Scheduler to notify them that their visit has has not been approved.

Template
<p> Your visit, scheduled for <b>@Model.VisitDate</b> with <b>@Model.VisitorFullName</b> has been denied with the note: <b>@Model.Note</b>. </p>
Razor Elements
Element | Description |
---|---|
@Model.VisitDate | The date of the visit |
@Model.VisitorFullName | The first and last name of the visitor(s) |
@Model.Note | The reason it was not approved |
Warning
It is recommended that these elements be used as stated with the only edits being to remove them if the information generated is not required.