Represents a user's override for how incoming messages from a specific sender should always be classified as. More...
Inherits Object.
Public Member Functions | |
System::String | get_Id () const |
Gets unique identifier of the override. More... | |
void | set_Id (System::String value) |
Sets unique identifier of the override. More... | |
ClassificationType | get_ClassifyAs () const |
Gets value which specifies how incoming messages from a specific sender should always be classified as. More... | |
void | set_ClassifyAs (ClassificationType value) |
Sets value which specifies how incoming messages from a specific sender should always be classified as. More... | |
System::SharedPtr< MailAddress > | get_Sender () const |
Gets email address information of the sender for whom the override is created. More... | |
void | set_Sender (System::SharedPtr< MailAddress > value) |
Sets email address information of the sender for whom the override is created. More... | |
ClassificationOverride () | |
Initalizes static members of class ClassificationOverride. More... | |
ClassificationOverride (System::SharedPtr< MailAddress > sender, ClassificationType classifyAs) | |
Initalizes static members of class ClassificationOverride. More... | |
ClassificationOverride (System::String id, System::SharedPtr< MailAddress > sender, ClassificationType classifyAs) | |
Initalizes static members of class ClassificationOverride. More... | |
Represents a user's override for how incoming messages from a specific sender should always be classified as.
Aspose::Email::Clients::Graph::ClassificationOverride::ClassificationOverride | ( | ) |
Initalizes static members of class ClassificationOverride.
Aspose::Email::Clients::Graph::ClassificationOverride::ClassificationOverride | ( | System::SharedPtr< MailAddress > | sender, |
ClassificationType | classifyAs | ||
) |
Initalizes static members of class ClassificationOverride.
sender | Email address information of the sender for whom the override is created. |
classifyAs | Value which specifies how incoming messages from a specific sender should always be classified as. |
Aspose::Email::Clients::Graph::ClassificationOverride::ClassificationOverride | ( | System::String | id, |
System::SharedPtr< MailAddress > | sender, | ||
ClassificationType | classifyAs | ||
) |
Initalizes static members of class ClassificationOverride.
id | The unique identifier of the override. |
sender | Email address information of the sender for whom the override is created. |
classifyAs | Value which specifies how incoming messages from a specific sender should always be classified as. |
ClassificationType Aspose::Email::Clients::Graph::ClassificationOverride::get_ClassifyAs | ( | ) | const |
Gets value which specifies how incoming messages from a specific sender should always be classified as.
System::String Aspose::Email::Clients::Graph::ClassificationOverride::get_Id | ( | ) | const |
Gets unique identifier of the override.
System::SharedPtr<MailAddress> Aspose::Email::Clients::Graph::ClassificationOverride::get_Sender | ( | ) | const |
Gets email address information of the sender for whom the override is created.
void Aspose::Email::Clients::Graph::ClassificationOverride::set_ClassifyAs | ( | ClassificationType | value | ) |
Sets value which specifies how incoming messages from a specific sender should always be classified as.
void Aspose::Email::Clients::Graph::ClassificationOverride::set_Id | ( | System::String | value | ) |
Sets unique identifier of the override.
void Aspose::Email::Clients::Graph::ClassificationOverride::set_Sender | ( | System::SharedPtr< MailAddress > | value | ) |
Sets email address information of the sender for whom the override is created.