Visit Departure

Description

This email is sent to the host when a visitor is checked out of the system.

Email

Template

<p>
    This is to inform you that <b>@Model.VisitorFullName</b> has been checked-out at @Model.CheckoutDate from <b>@Model.BuildingName</b>.
</p>
<br />

Razor Elements

Element Description
@Model.VisitorFullName The first and last name of the visitor
@Model.BuildingName The building the visit is scheduled in
@Model.CheckoutDate The date the visit was checked out

{% 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 %}