<- Back to POP3it Pro function list
POP3it_QuoteMessage
- Description
This function will take a block of Text and "Quote" it like an Email Client "Quotes" Text when you reply to an email. In other words, it will add "> " at the beginning of each line to indicate that the person you are replying to wrote that original Text.
- Return Type
- Text
- Format
- POP3it_QuoteMessage ( Text )
- Required Parameters
- Text
The Text to Quote.
- Text
- Example
Code:
POP3it_QuoteMessage( Email::Body )Result:
Quotes the Text in the "Body" field of the "Email" table.