Microsoft.Exchange.15.BaseConnectorExchange 2013 connector base

Microsoft.Exchange.15.BaseConnector (ClassType)

This is a base class for send/receive connectors.

Knowledge Base article:

Summary

This is a base class for send/receive connectors.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId17a77308-9241-6f8f-a053-66c6647c3854

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 monitoring object. false 256  False 
Microsoft.Exchange.15.BaseConnector:
Identity  string  Identity true 256  False 
OrganizationName  string  Organization Name true 256  False 
Type  string  Type true 256  False 
Name  string  Name false 256  False 
Enabled  bool  Enabled false 256   
RequireTLS  bool  Require TLS false 256   
TlsCertificateName  string  TLS Certificate Name false 256  False 
Comment  string  Comment false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.15.BaseConnector" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="Identity" Type="string" Key="true"/>
<Property ID="OrganizationName" Type="string" Key="true"/>
<Property ID="Type" Type="string" Key="true"/>
<Property ID="Name" Type="string" Key="false"/>
<Property ID="Enabled" Type="bool"/>
<Property ID="RequireTLS" Type="bool"/>
<Property ID="TlsCertificateName" Type="string"/>
<Property ID="Comment" Type="string"/>
</ClassType>