Microsoft.SystemCenter.Notification.SmtpNotificationContentGenerator (ConditionDetectionModuleType)

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.Notification.SmtpNotificationData

Source Code:

<ConditionDetectionModuleType ID="Microsoft.SystemCenter.Notification.SmtpNotificationContentGenerator" Accessibility="Public" Stateful="false" PassThrough="false" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.Notification.SmtpNotificationContentSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Content" type="SmtpContentType"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.EnterpriseManagement.HealthService.Modules.Notification, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.HealthService.Modules.Notification.Smtp.SmtpNotificationContentGeneratorModule</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.Notification.SmtpNotificationData</OutputType>
<InputTypes>
<InputType>Microsoft.SystemCenter.Notification.RecipientsData</InputType>
</InputTypes>
</ConditionDetectionModuleType>