Class Action

Action class

A set of actions to perform on a message.

public class Action

Constructors

NameDescription
Action()The default constructor.

Properties

NameDescription
AddLabelIds { get; set; }List of labels to add to the message.
Forward { get; set; }Email address that the message should be forwarded to.
RemoveLabelIds { get; set; }List of labels to remove from the message.

See Also