A5_EMAIL_VALID Function
/documentation/pages/Ref/Api/Functions/System/Email Functions/A5_EMAIL_VALID Function.xml
This function has been deprecated. A5_IS_EMAIL_VALID() should be used as a replacement. The A5_EMAIL_VALID() function determines if an email address is properly formatted. It does not validate the address itself.
A5_EMAIL_FILTER_BUILDER Function
/documentation/pages/Ref/Api/Functions/System/Email Functions/A5_EMAIL_FILTER_BUILDER Function.xml
Display a filter builder dialog for e-mail messages. Return filter
a5_email_addr_extract Function
/documentation/pages/Ref/Api/Functions/System/Email Functions/a5_email_addr_extract Function.xml
Extract an email address from a string
a5_email_name_extract Function
/documentation/pages/Ref/Api/Functions/System/Email Functions/a5_email_name_extract Function.xml
Given a name/email address, extract the name. If there is no name, return the address
a5_email_toolbar_merge Function
/documentation/pages/Ref/Desktop_Api/Toolbar Functions/a5_email_toolbar_merge Function.xml
Returns the system toolbar for the Email composition window mailmerge
a5_email_toolbar_send Function
/documentation/pages/Ref/Desktop_Api/Toolbar Functions/a5_email_toolbar_send Function.xml
Returns the system toolbar for the Email composition window
A5_EMAIL_PROFILES_ENUM Function
/documentation/pages/Ref/Api/Functions/System/Email Functions/A5_EMAIL_PROFILES_ENUM Function.xml
The A5_EMAIL_PROFILES_ENUM() function returns a list of all email profiles.
a5_email_ob_to_ib Function
/documentation/pages/Ref/Api/Functions/System/Email Functions/a5_email_ob_to_ib Function.xml
Import an Alpha Five v5 outbox into an Alpha Five v6 inbox
Function Topics
/documentation/pages/Index/Function List.xml
Page links to functions.
A5_RUN_SAVED_ZIP_JOB Function
/documentation/pages/Ref/Api/Functions/System/Email Functions/A5_RUN_SAVED_ZIP_JOB Function.xml

The A5_RUN_SAVED_ZIP_JOB() function runs a saved Zip job. Zip settings are created using the Zip Workspace dialog box (accessed from the Tools > Zip Workspace or Tools > Send Workspace command).

Using this function, a developer could easily create a saved zip setting called "application_files_only" that zipped up all of the application files (omitting all data files), which he could then send to all of his clients. The entire operation could be completely automated.