ExchangeConnectorExchange Connector

ExchangeConnector (ClassType)

Monitors Exchange inboxes and creates/updates incidents sent to the specified account

Element properties:

Base ClassSystem.LinkingFramework.DataSource
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc0427296-9d94-8ed6-2e09-2fc94938cfb8

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Max Value Min Value Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000      False     
Microsoft.SystemCenter.Connector:
Id  string  Connector ID Connector ID true 256      False     
Name  string  Connector Name Connector Name false 256      False     
Description  string  Connector Description Connector Description false 256      False     
DiscoveryDataIsManaged  bool  Is Discovery Data Managed Is Discovery Data Managed false 256           
DiscoveryDataIsShared  bool  Is Discovery Data Shared Is Discovery Data Managed false 256           
Incoming  bool  Is Incoming Is Incoming false 256           
Outgoing  bool  Is Outgoing Is Outgoing false 256           
System.LinkingFramework.DataSource:
SolutionName  string  Solution Name Name for a data synchronization solution false 256      False     
DataProviderName  string  Data Provider Name Internal name for a data provider false 256      False     
DataProviderDisplayName  string  Data Provider Display Name Display name for a data provider false 256      False     
ReaderProfileName  string  Reader Profile Name Name for data reader profile false 256      False     
DatawarehouseProfileName  string  Data Warehouse Profile Name Name for a data warehouse profile false 256      False     
Reserved  string  Reserved Reserved false 256      False     
ImpersonationEnabled  bool  Impersonation Enabled Indicates whether Impersonation is enabled false 256           
SyncType  enum  Synchronization Type Type of data synchronization false 256          SyncTypeEnum 
SyncInterval  int  Sync Interval Interval for data synchronization false 256  2147483647       
SyncTime  datetime  Sync Time Time for data synchronization false 256           
SyncNow  bool  Synchronize Now Indicates data synchronization will be started immediately false 256           
Enabled  bool  Enabled Indicates whether the data source is enabled false 256           
IsNullPropertySkipped  bool      false 256        false   
ExchangeConnector:
NewWorkItemTemplate  string  New Incident Template false 256      False     
UpdateIncidentTemplate  string  Incident Update Template false 256      False     
UpdateServiceRequestTemplate  string  Service Request Update Template false 256      False     
NumberSeconds  string  Number of Seconds false 256      False     
ProcessKnownUserMailOnly  bool  Only process emails from users in CMDB false 256        true   
DeleteMailAfterProcessing  bool  Delete Mail after Processing false 256        true   
UseFullMailBodyForIncidentReplies  bool  Use Full Mail Body For Incident Replies false 256        true   
ActiveDirectoryForests  string  Active Directory Forests false 256      False     
EmailParseKeyword  string  Email Parse Keyword false 256      False     
IncidentResolvedParseKeyword  string  Incident Resolved Parse Keyword false 256      False     
IncidentClosedParseKeyword  string  Incident Closed Parse Keyword false 256      False     
ReviewActivityApprovedParseKeyword  string  Review Activity Approved Parse Keyword false 256      False     
ReviewActivityRejectedParseKeyword  string  Review Activity Rejected Parse Keyword false 256      False     
ManualActivityCompletedParseKeyword  string  Manual Activity Completed Parse Keyword false 256      False     
ServiceRequestCompletedParseKeyword  string      false 256      False     
IncidentFirstResponseParseKeyword  string      false 256      False     
AddEMailAsAttachment  bool      false 256           
ExchangeServer  string  Exchange Server URL false 256      False     
ValidateOnlyOffice365  bool  Validate only Office 365 autodiscover redirections false 256           
ImpersonationEmailAddress  string  Impersonation e-mail address false 256      False  false   
ExchangeUserName  string      false 256      False     
ExchangeDomain  string      false 256      False     
ExchangePassword  string      false 256      False     
ExchangeSecureReferenceName  string      false 256      False     

Health Model:

Source Code:

<ClassType ID="ExchangeConnector" Accessibility="Public" Abstract="false" Base="ServiceManager.LinkingFramework.Library!System.LinkingFramework.DataSource" Hosted="false" Singleton="false" Extension="false">
<Property ID="NewWorkItemTemplate" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="UpdateIncidentTemplate" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="UpdateServiceRequestTemplate" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="NumberSeconds" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" MinValue="1" MaxValue="1440"/>
<Property ID="ProcessKnownUserMailOnly" Type="bool" AutoIncrement="false" Key="false" Required="false" DefaultValue="true"/>
<Property ID="DeleteMailAfterProcessing" Type="bool" AutoIncrement="false" Key="false" Required="false" DefaultValue="true"/>
<Property ID="UseFullMailBodyForIncidentReplies" Type="bool" AutoIncrement="false" Key="false" Required="false" DefaultValue="true"/>
<Property ID="ActiveDirectoryForests" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="EmailParseKeyword" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="IncidentResolvedParseKeyword" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="IncidentClosedParseKeyword" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="ReviewActivityApprovedParseKeyword" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="ReviewActivityRejectedParseKeyword" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="ManualActivityCompletedParseKeyword" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="ServiceRequestCompletedParseKeyword" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="IncidentFirstResponseParseKeyword" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="AddEMailAsAttachment" Type="bool" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="ExchangeServer" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="ValidateOnlyOffice365" Type="bool" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="ImpersonationEmailAddress" Type="string" AutoIncrement="false" Key="false" Required="false" DefaultValue="false"/>
<Property ID="ExchangeUserName" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="ExchangeDomain" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="ExchangePassword" Type="string" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="ExchangeSecureReferenceName" Type="string" AutoIncrement="false" Key="false" Required="false"/>
</ClassType>