CreateOrUpdateOverride
Contents
[
Hide
]CreateOrUpdateOverride (1 of 2)
Create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classified as specified in the override. Note:
Returns: virtual System::SharedPtr < ClassificationOverride > Aspose::Email::Clients::Graph::
CreateOrUpdateOverride(System::SharedPtr < ClassificationOverride > classificationOverride)
| Parameter | Description |
|---|---|
| classificationOverride |
CreateOrUpdateOverride (2 of 2)
Create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classified as specified in the override. Note:
Returns: virtual System::SharedPtr < ClassificationOverride > Aspose::Email::Clients::Graph::
CreateOrUpdateOverride(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. |