SetFlags
Adds or Replaces existing flags with the specified flags.
Input
Name | Type | Required | Description |
Mailbox | String | True | The Gmail mailbox where the message is located.
デフォルト値はInboxです。 |
Id | String | True | This inputs indicates the set of messages to operate on. It may consist of a single message id, a range of messages specified by two message numbers separated by ':' (e.g. '1:5'), and/or individual message numbers separated by ',' (e.g. '1:5,7,10'). |
Flags | String | True | Sets the specified flags to the message specified by message set. (e.g., Seen, Deleted, Draft). Flags should be specified as comma separated list(e.g. Seen,Deleted)
デフォルト値はSeenです。 |
OperationType | String | False | This indicates weather the specified flags should be added,removed or replace existing flags list.
使用できる値は次のとおりです。ADD, REPLACE, REMOVE デフォルト値はREPLACEです。 |
Result Set Columns
Name | Type | Description |
Success | String | Boolean response indicating whether or not the operation was successful. |