Microsoft.Exchange.15.SendConnectorExchange 2013 Send Connector

Microsoft.Exchange.15.SendConnector (ClassType)

The object of this class represents Exchange Send Connector.

Knowledge Base article:

Summary

The object of this class represents Exchange Send Connector.

Element properties:

Base ClassMicrosoft.Exchange.15.BaseConnector
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb7bbe1cc-2aaa-86c6-d6ae-e6d3f404a3d4

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 
Microsoft.Exchange.15.SendConnector:
AddressSpaces  string  Address Spaces false 256  False 
FrontendProxyEnabled  bool  Frontend Proxy Enabled false 256   
SourceRoutingGroup  string  Source Routing Group false 256  False 
SourceTransportServers  string  Source Transport Servers false 256  False 
IsScopedConnector  bool  Is Scoped Connector false 256   
IsSmtpConnector  bool  Is Smtp Connector false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.15.SendConnector" Accessibility="Public" Abstract="false" Base="Microsoft.Exchange.15.BaseConnector" Hosted="false" Singleton="false">
<Property ID="AddressSpaces" Type="string"/>
<Property ID="FrontendProxyEnabled" Type="bool"/>
<Property ID="SourceRoutingGroup" Type="string"/>
<Property ID="SourceTransportServers" Type="string"/>
<Property ID="IsScopedConnector" Type="bool"/>
<Property ID="IsSmtpConnector" Type="bool"/>
</ClassType>