UDP Port test -email if down?

I am attempting to monitor a port status for up/down.

I found a useful script on the technet site and get back valid results. But I am not at all sure as to how to email the result if the port is down.

The script I am trying to use is here: http://gallery.technet.microsoft.com/scriptcenter/97119ed6-6fb2-446d-98d8-32d823867131#content

When the port is up the result in the powershell window is:
Server : CATSRV01
Port : 52311
TypePort : UDP
Open : True

If this were to be OPEN: False, then how can I send an alert email?

I’m not sure I would use PowerShell as a monitoring tool myself, but Send-MailMessage can send an email.