email(string Time, string Address, string Subject, string Body, integer NumberRemaining)This event is triggered when an email sent to this script arrives.
The number remaining tells how many more emails are known to be still pending.
Parameters
-
Time(string) -
Address(string) -
Subject(string) -
Body(string) -
NumberRemaining(integer)
Examples
Section titled “Examples”Add example usage here showing how to handle the email event.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related events and functions can be linked here