Visitor Check-Out Alert
Description
This email is sent when a Visitor has passed the check out time and date without being registered as checking out.

Template
Visitor Check-Out Alert
Hello,
As of @Model.CurrentTime, the following visitor is past the check-out time of @Model.VisitCheckOutTime
@Model.VisitorFullName
The host is @Model.HostFullName:
@Model.HostEmail
@Model.HostCompanyName
@if (Model.HostMobilePhone != null)
{
@Model.HostMobilePhone
}
Razor Elements
Element | Description |
|---|---|
@Model.CurrentTime | The current time and date the email was sent |
@Model.VisitCheckOutTime | The Check out time and date the visitor was supposed to check out by |
@Model.VisitorFullName | The Visitor's Full name |
@Model.HostFullName | The Host's Full name |
@Model.HostEmail | The Host's Email address |
@Model.HostCompanyName | The Host's Company name |
@Model.HostMobilePhone | The Host's Mobile Phone number |
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.