SendMailMessage
GMail: Gets the message specified from the GMail server.
Input
| Name | Type | Description |
| To | String |
A comma separated list of addresses for destinations. |
| Subject | String |
The subject of the mail message. |
| From | String |
The email address of the sender. |
| Text | String |
The text body of the message to be sent (automatically set if html input is specified). |
| Html | String |
The HTML body of the message to be sent. |
| CC | String |
A comma separated list of addresses for the cc field. |
| BCC | String |
A comma separated list of addresses for the bcc field. |
| Importance | String |
Importance of the mail message. Select either LOW, NORMAL or HIGH. The default value is UNSPECIFIED. |
| Priority | String |
Priority of the mail message. Select either NONURGENT, NORMAL, or URGENT. The default value is UNSPECIFIED. |
| Sensitivity | String |
Sensitivity of the mail message. Select either PERONAL, PRIVATE, or COMPANYCONFIDENTIAL. The default value is UNSPECIFIED. |
| DeliveryNotification | String |
Email address to send a delivery notification to. |
| ReadReceipt | String |
Email address to send a read receipt to. |
Output
| Name | Type | Description |
| MessageId | String | The ID for the message as returned by the server. |