Microsoft.SystemCenter.Notification.SmtpNotificationTransportAction (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.Notification.NotificationActionAccount
InputTypeMicrosoft.SystemCenter.Notification.SmtpNotificationData

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Notification.SmtpNotificationTransportAction" Accessibility="Public" RunAs="Microsoft.SystemCenter.Notification.NotificationActionAccount">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.Notification.SmtpNotificationTransportSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Delivery" type="SmtpDeliveryType"/>
</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.SmtpNotificationTransportModule</Type>
</Managed>
</ModuleImplementation>
<InputType>Microsoft.SystemCenter.Notification.SmtpNotificationData</InputType>
</WriteActionModuleType>