TTMSFNCCloudGoogleGmail
Usage
A component that provides access to the Google GMail service. It allows to retrieve and send email messages in HTML or plain text format. File attachments can be included when sending emails.
Authorization information
Client ID, Client Secret, CallBack URL
Properties
Property name | Description |
---|---|
Files | A list of files to be included as attachment |
Labels | A list of available labels. |
Mails | A list of emails. |
Methods
Method name | Description |
---|---|
DeleteMessage | Permanently deletes the specified email |
GetLabels | Retrieves all available labels |
GetMails | Retrieves all emails with the specified Label |
RemoveMessagelabels | Removes the labels for a specific email (Accepts a list of label id's separated by a comma) |
SendMessage | Sends an email |
UpdateMessageLabels | Add labels for a specific email (Accepts a list of label id's separated by a comma) |