|
Before we finish this tutorial, let's add the remote control feature to the application so that all messages left in the ACME company mailbox can be retrieved.
Creating the 4th Child Mailbox with the DoRemote Function (denoted by the icon)
The DoRemote function allows the user to retrieve messages and to change personal prompts for his personal maillbox. The user must enter his mailbox number and password, if there is any, before gaining access to remote control.
The Final Look of the ACME Application
The File Structure
The application we have just created has its directory under the VOCAL21 directory. Each mailbox has its own directory under the MBOXES directory. Its directory name is the mailbox number.
If a mailbox has stored messages, it will have a message subdirectory named MSG to hold the message files.

|