ReadFromDatabase method: MCFInboundEmail class
Syntax
ReadFromDatabase(Email_ID)
Description
Use the ReadFromDatabase method to load a saved email from the database into this instance of email.
Parameters
| Parameter | Description |
|---|---|
|
Email_ID |
Specify the ID of the email, as a number. |
Returns
A Boolean: true if the email is restored successfully, false otherwise.
Related Topics