Compare commits
2 Commits
8a1a0eff99
...
b18a6a3045
| Author | SHA1 | Date | |
|---|---|---|---|
| b18a6a3045 | |||
| 1d2b49667e |
@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices
|
|||||||
<Assembly: AssemblyCompany("")>
|
<Assembly: AssemblyCompany("")>
|
||||||
<Assembly: AssemblyProduct("DigitalData.EMLProfiler")>
|
<Assembly: AssemblyProduct("DigitalData.EMLProfiler")>
|
||||||
<Assembly: AssemblyCopyright("Copyright © 2024")>
|
<Assembly: AssemblyCopyright("Copyright © 2024")>
|
||||||
<Assembly: AssemblyTrademark("3.0.3.0")>
|
<Assembly: AssemblyTrademark("3.0.4.0")>
|
||||||
|
|
||||||
<Assembly: ComVisible(False)>
|
<Assembly: ComVisible(False)>
|
||||||
|
|
||||||
@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("3.0.3.0")>
|
<Assembly: AssemblyVersion("3.0.4.0")>
|
||||||
<Assembly: AssemblyFileVersion("3.0.3.0")>
|
<Assembly: AssemblyFileVersion("3.0.4.0")>
|
||||||
|
|||||||
@ -818,7 +818,7 @@ Public Class clsWorkEmail
|
|||||||
oATTFilename = oAttachment.SafeFileName.ToString.ToLower
|
oATTFilename = oAttachment.SafeFileName.ToString.ToLower
|
||||||
|
|
||||||
Dim oValidExtensions = New List(Of String) From {"pdf", "xls", "xlsx", "doc", "docx", "ppt", "pptx"}
|
Dim oValidExtensions = New List(Of String) From {"pdf", "xls", "xlsx", "doc", "docx", "ppt", "pptx"}
|
||||||
Dim oGraphicExtensions = New List(Of String) From {"jpg", "bmp", "jpg", "gif", "xml"}
|
Dim oGraphicExtensions = New List(Of String) From {"jpg", "bmp", "jpeg", "gif", "png", "xml"}
|
||||||
Dim oValidExt = oValidExtensions.Any(Function(ext) oATTFilename.EndsWith(ext))
|
Dim oValidExt = oValidExtensions.Any(Function(ext) oATTFilename.EndsWith(ext))
|
||||||
|
|
||||||
If oValidExt = False Then
|
If oValidExt = False Then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user