System.InboundEmail.ConfigurationGeneral Settings for Inbound E-Mail

System.InboundEmail.Configuration (ClassType)

Contains the settings used by inbound e-mail processing

Element properties:

Base ClassSystem.GlobalSetting
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIddd3c3411-2a5a-80fb-c905-053915216cf1

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000      False 
System.InboundEmail.Configuration:
IsEnabled  bool      false 256       
DropFolder  string      false 256      False 
BadFolder  string      false 256      False 
MaxItems  int      false 256  2147483647   
Frequency  int      false 256  2147483647   

Health Model:

Source Code:

<ClassType ID="System.InboundEmail.Configuration" Accessibility="Public" Base="AdminItem!System.GlobalSetting" Hosted="false" Abstract="false" Singleton="true">
<Property ID="IsEnabled" Type="bool" Required="false"/>
<Property ID="DropFolder" Type="string" Required="false"/>
<Property ID="BadFolder" Type="string" Required="false"/>
<Property ID="MaxItems" Type="int" MinValue="1" Required="false"/>
<Property ID="Frequency" Type="int" MinValue="1" Required="false"/>
</ClassType>