ClassificationOverride
Contents
[
Hide
]ClassificationOverride (1 of 3)
Initalizes static members of class ClassificationOverride .
Returns: Aspose::Email::Clients::Graph::
ClassificationOverride()
ClassificationOverride (2 of 3)
Initalizes static members of class ClassificationOverride .
Returns: Aspose::Email::Clients::Graph::
ClassificationOverride(System::SharedPtr < MailAddress > sender, ClassificationType classifyAs)
| Parameter | Description |
|---|---|
| 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. |
ClassificationOverride (3 of 3)
Initalizes static members of class ClassificationOverride .
Returns: Aspose::Email::Clients::Graph::
ClassificationOverride(System::String id, System::SharedPtr < MailAddress > sender, ClassificationType classifyAs)
| Parameter | Description |
|---|---|
| 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. |