Ohne jegliche Gewährleistung ....
'PW PROGRAMMIERT ANFANG
message = MessageslistitemNotExists(messageslist, "msgTicketReAssign",2)
'PW PROGRAMMIERT ENDE
' send the mail either as mail with link or as mail
If Ucase(GetConfigDocByKey ("NoNotification")) <> "YES" Then
' Send Mail with Link
OK = Spoofmessage(_
GetConfigDocByKey("sendMailonBehalfof"),_
picklistback(0), _
"",_
message,_
MessageslistitemNotExists(messageslist, "msgTicketClick",2),_
doc,_
GetConfigDocByKey("MailIfForwardedSubjectFieldName"),_
GetConfigDocByKey("MailIfForwardedBodyFieldName"),_
BoolLink,_
True,_
"BugReport",_
"IsForwardedMailSupporter")
End If