LocalizedMessageTemplateContentType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: MessageTemplateContentType
Single language localization for the message template. If `attachmentExpression` is not specified, the one from the default content will be used. If no `attachment` is not specified, the ones from the default content will be used. This allows for language specific attachments without the need to re-specify the ones that are not language specific. It is also possible to override `attachmentExpression` for language specific one and leave `attachment` empty to use the ones defined in `attachment` element of the default content.
Item Summary  
Name Type Multiplicity Description
subjectExpression property
ExpressionType
[0,1] How to construct the subject of the message that is to be sent. 
bodyExpression property
ExpressionType
[0,1] How to construct the body (text) of the message that is to be sent. 
contentType property
string
[0,1] Body content type, e. 
attachment property
NotificationMessageAttachmentType
[0,-1] Message attachment(s) to be sent out. 
attachmentExpression property
ExpressionType
[0,1] An expression that returns message attachment(s) to be sent out. 
language property
string
[0,1] Indicates the language used for the message template content.