This commit is contained in:
2023-11-15 07:58:04 +01:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1936,7 +1936,8 @@ Public Class frmSendungAnhangImport
theStream.Close()
' We should have the file name or if its an email, the subject line. Create our temp file based on the temp path and this info
Dim myTempFile As String = IO.Path.GetTempPath & fileName.ToString
Dim myTempFile As String = IO.Path.GetTempPath & VERAG_PROG_ALLGEMEIN.cDATENSERVER.replaceInvalidCahr(fileName.ToString)
' Look to see if this is a email message. If so save that temporarily and get the temp file.
If InStr(myTempFile, ".msg") > 0 Then
Dim objOL As New Microsoft.Office.Interop.Outlook.Application

View File

@@ -113,6 +113,7 @@ Partial Class usrCntlSND_NCTSGestellungsadresse
Me.txtT1Verzollungsadresse.key_visible = False
Me.txtT1Verzollungsadresse.KEYPARAM = Nothing
Me.txtT1Verzollungsadresse.Location = New System.Drawing.Point(121, 11)
Me.txtT1Verzollungsadresse.MaxLength = 35
Me.txtT1Verzollungsadresse.Name = "txtT1Verzollungsadresse"
Me.txtT1Verzollungsadresse.searchActive = True
Me.txtT1Verzollungsadresse.Size = New System.Drawing.Size(269, 20)