Visit Canceled
Description
This email is sent to the Visitor when their visit is cancelled.

Template
<p>
    Hello @Model.VisitorFullName
</p>
<p>
    @Model.HostFullName has canceled your visit to the @Model.HostCompanyName facility at @Model.BuildingAddress on @Model.VisitDate.
</p>
<p>
    <a href="@Model.UnsubscribeToEmailLink">Unsubscribe</a>
</p>Razor Elements
Element  | Description  | 
|---|---|
@Model.VisitorFullName  | The full name of the visitor  | 
@Model.HostFullName  | The full name of the host  | 
@Model.HostCompanyName  | The company the host is associated with  | 
@Model.BuildingAddress  | The address associated with the building that the visit was to take place in  | 
@Model.VisitDate  | The date the visit was scheduled to take place on  | 
@Model.UnsubscribeToEmailLink  | The URL link for the option to unsubscribe from the emails (This will only appear if Identity Type = Visitor. It will not appear for Employees or Non-Employees)  | 
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.