gesamtsicherheiten, Ref, Mail, etc.
This commit is contained in:
@@ -801,7 +801,7 @@ Public Class AVISO_Mail_Functions
|
||||
|
||||
If String.IsNullOrWhiteSpace(linkRaw) Then Continue For
|
||||
|
||||
If linkRaw.Contains("dfdsdocumentservice/download") Then
|
||||
If linkRaw.Contains("dfdsdocumentservice/download") Or linkRaw.Contains("quadronet.dfds.com/link") Then
|
||||
|
||||
Dim link As String = linkRaw.Trim()
|
||||
|
||||
@@ -825,7 +825,7 @@ Public Class AVISO_Mail_Functions
|
||||
Dim filename As String = sendungsNr & "_" & counter &
|
||||
If(descr <> "", "_" & descr, "")
|
||||
|
||||
Dim file = VERAG_PROG_ALLGEMEIN.cFormularManager.getFile_FromURLStream(link, filename,, False)
|
||||
Dim file = VERAG_PROG_ALLGEMEIN.cFormularManager.getFile_FromURLStream_NEW(link, filename,, False)
|
||||
|
||||
If IO.File.Exists(file) Then
|
||||
ATT.Add(file)
|
||||
|
||||
Reference in New Issue
Block a user