AdminTemplateAttachment#
PRIVATE#
_TemplateSupportsAttachments()#
Returns true if the given standard template type supports standard attachments.
Snippet templates are excluded because they are not used for outbound messages. TemplateType may contain a comma-separated list of types; the result is true when at least one type is not a snippet.
my $SupportsAttachments = $Self->_TemplateSupportsAttachments(
TemplateType => 'Answer',
);
Returns 1 if supported, undef otherwise.