Visitor Departed
Description
This email is sent to the Host / Host Delegate when a visitor is checked out of the system.

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 |
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.