System.InboundEmail.RuleInbound E-Mail Rule

System.InboundEmail.Rule (ClassType)

Specifies the mappings between the SMTP domain and the incident source

Element properties:

Base ClassSystem.GlobalSetting
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId65ab523f-eace-59b0-dd73-6ec068a9fb5b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
System.InboundEmail.Rule:
IsEnabled  bool      false 256   
SMTPDomain  string      true 256  False 
Service  string      false 256  False 

Health Model:

Source Code:

<ClassType ID="System.InboundEmail.Rule" Accessibility="Public" Base="AdminItem!System.GlobalSetting" Hosted="false" Abstract="false">
<Property ID="IsEnabled" Type="bool" Required="false"/>
<Property ID="SMTPDomain" Type="string" Required="true" Key="true"/>
<Property ID="Service" Type="string" Required="true"/>
</ClassType>