Bugfix Gesamtsicherheiten, Sendungsdetails -> ReplyAll

This commit is contained in:
2022-12-02 11:49:04 +01:00
parent 066efc1309
commit 455d8dd724
4 changed files with 42 additions and 13 deletions

View File

@@ -5435,7 +5435,7 @@ Public Class frmSendungsdetailsNEU
Mail = CType(olSess.OpenSharedItem(PathTmpANH), Outlook.MailItem)
Mail = Mail.Reply()
Mail = Mail.ReplyAll
isReply = True
Else