Microsoft.SystemCenter.Notification.SmtpNotificationAction (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeMicrosoft.SystemCenter.Notification.RecipientsData

Member Modules:

ID Module Type TypeId RunAs 
ContentGenerator ConditionDetection Microsoft.SystemCenter.Notification.SmtpNotificationContentGenerator Default
Transport WriteAction Microsoft.SystemCenter.Notification.SmtpNotificationTransportAction Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Notification.SmtpNotificationAction" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.Notification.SmtpNotificationContentSchema</SchemaType>
<SchemaType>Microsoft.SystemCenter.Notification.SmtpNotificationTransportSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Content" type="SmtpContentType"/>
<xsd:element name="Delivery" type="SmtpDeliveryType"/>
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<ConditionDetection TypeID="Microsoft.SystemCenter.Notification.SmtpNotificationContentGenerator" ID="ContentGenerator">
<Content>$Config/Content$</Content>
</ConditionDetection>
<WriteAction TypeID="Microsoft.SystemCenter.Notification.SmtpNotificationTransportAction" ID="Transport">
<Delivery>$Config/Delivery$</Delivery>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="Transport">
<Node ID="ContentGenerator"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>Microsoft.SystemCenter.Notification.RecipientsData</InputType>
</WriteActionModuleType>