Incoming e-mail messages undelivered

Microsoft.Dynamics.CRM.2011.Incoming_Email_Messages_Undelivered (Rule)

Total number of incoming e-mail messages not delivered successfully

Knowledge Base article:

Summary

The total number of incoming email messages not delivered successfully.

A high count may indicate too many exceptions from the configured email server.

Element properties:

TargetMicrosoft.Dynamics.CRM.2011.Email_Router
CategoryPerformanceCollection
EnabledTrue
Instance NameMSCRMEmail
Counter NameIncoming e-mail messages undelivered
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Dynamics.CRM.2011.Incoming_Email_Messages_Undelivered" Enabled="true" Target="Microsoft.Dynamics.CRM.2011.Email_Router" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Incoming e-mail messages undelivered</CounterName>
<ObjectName>MSCRMEmail</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>