CreateOrUpdateOverride

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)
ParameterDescription
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)
ParameterDescription
senderEmail address information of the sender for whom the override is created.
classifyAsValue which specifies how incoming messages from a specific sender should always be classified as.