Email Functions
From UBot Studio
(Difference between revisions)
(Created page with "The '''Email Functions''' allow you to interact with your specified mail server by fetching specific data from the mail server. == List of Email Functions == *[[Email Total...") |
|||
Line 1: | Line 1: | ||
The '''Email Functions''' allow you to interact with your specified mail server by fetching specific data from the mail server. | The '''Email Functions''' allow you to interact with your specified mail server by fetching specific data from the mail server. | ||
+ | |||
+ | [[File:emailfunctions.jpg]] | ||
== List of Email Functions == | == List of Email Functions == |
Revision as of 22:33, 8 May 2013
The Email Functions allow you to interact with your specified mail server by fetching specific data from the mail server.
List of Email Functions
- Email Total Messages: Returns the total amount of the emails in your inbox
- Email Subject: Returns the subject of the email at the specified position
- Email Recipient: Returns the recipients of the emails at a specified position
- Email From: Returns the sender of the email at the specified position
- Email Date: Returns the date received of the email at a specified position
- Email Body Text: Returns the body text of the email at the specified position
- Email Body Html: Returns the body html of the email at the specified position