Class FilterAction
A set of actions to perform on a message.
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class FilterAction : IDirectResponseSchema
Properties
AddLabelIds
List of labels to add to the message.
Declaration
[JsonProperty("addLabelIds")]
public virtual IList<string> AddLabelIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Forward
Email address that the message should be forwarded to. This effectively redirects the message to the address specified in this field, maintaining the original sender in the "From" field.
Declaration
[JsonProperty("forward")]
public virtual string Forward { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RemoveLabelIds
List of labels to remove from the message.
Declaration
[JsonProperty("removeLabelIds")]
public virtual IList<string> RemoveLabelIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |