A set of actions to perform on a message. More...
Inherits Object.
Public Member Functions | |
| System::ArrayPtr< System::String > | get_AddLabelIds () const |
| List of labels to add to the message. More... | |
| void | set_AddLabelIds (System::ArrayPtr< System::String > value) |
| List of labels to add to the message. More... | |
| System::ArrayPtr< System::String > | get_RemoveLabelIds () const |
| List of labels to remove from the message. More... | |
| void | set_RemoveLabelIds (System::ArrayPtr< System::String > value) |
| List of labels to remove from the message. More... | |
| System::String | get_Forward () const |
| Email address that the message should be forwarded to. More... | |
| void | set_Forward (System::String value) |
| Email address that the message should be forwarded to. More... | |
A set of actions to perform on a message.
| System::ArrayPtr<System::String> Aspose::Email::Clients::Google::Action::get_AddLabelIds | ( | ) | const |
List of labels to add to the message.
| System::String Aspose::Email::Clients::Google::Action::get_Forward | ( | ) | const |
Email address that the message should be forwarded to.
| System::ArrayPtr<System::String> Aspose::Email::Clients::Google::Action::get_RemoveLabelIds | ( | ) | const |
List of labels to remove from the message.
| void Aspose::Email::Clients::Google::Action::set_AddLabelIds | ( | System::ArrayPtr< System::String > | value | ) |
List of labels to add to the message.
| void Aspose::Email::Clients::Google::Action::set_Forward | ( | System::String | value | ) |
Email address that the message should be forwarded to.
| void Aspose::Email::Clients::Google::Action::set_RemoveLabelIds | ( | System::ArrayPtr< System::String > | value | ) |
List of labels to remove from the message.