ClassificationOverride

ClassificationOverride class

Represents a user’s override for how incoming messages from a specific sender should always be classified as.

The ClassificationOverride type exposes the following members:

Constructors

NameDescription
ClassificationOverride()Initalizes static members of class ClassificationOverride.
ClassificationOverride(sender, classify_as)Initializes a new instance of the ClassificationOverride class
ClassificationOverride(id, sender, classify_as)Initializes a new instance of the ClassificationOverride class

Properties

NameDescription
idGets or sets unique identifier of the override.
classify_asGets or sets value which specifies how incoming messages from a specific sender should always be classified as.
senderGets or sets email address information of the sender for whom the override is created.

See Also