Class FilterAction
A set of actions to perform on a message.
public class FilterAction : IDirectResponseSchema
- Inheritance
-
FilterAction
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
FilterAction()
public FilterAction()
Properties
AddLabelIds
List of labels to add to the message.
public virtual IList<string> AddLabelIds { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Forward
Email address that the message should be forwarded to.
public virtual string Forward { get; set; }
Property Value
RemoveLabelIds
List of labels to remove from the message.
public virtual IList<string> RemoveLabelIds { get; set; }