Visit Approval - Visit Denied

Description

This email is sent to Guest Hosts and Host Delegates to notify them that there has not been approved.

Email

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

{% notice warning %} It is strongly recommended that these elements be used as is with the only edits being to remove them if the information generated is not desired.
{% /notice %}