Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo Leute,

ich habe ein Skript für MS-Outlook geschrieben, mit dem ich Emails aus einem anderem Programm über MS-Outlook versenden kann. Leider bekommt der Empfänger dieser Emails immer folgenden Text im Vorschaufenster angezeigt:

"Dieses Element enthält aktiven Inhalt, der im Vorschaufenster nicht angezeigt werden kann". Ich habe keine Makros in den Email hinterlegt. Leider habe ich auch bei Google keine Lösung gefunden.

Der Code zum erzeugen einer Email sieht wie folgt aus:


' Objekte bestimmen

	Dim olApp

	Dim myItem

	Dim myProp

	Dim Textinhalt


' Jetzt erzeugen wir eine neue Email

	Set olApp = CreateObject("Outlook.Application")

	Set myItem = olApp.CreateItemFromTemplate("C:\TEMP\Test.oft")


	Set myProp = myItem.UserProperties.Add("AGFileName", 1)

	myProp.Value = "Dateiname"


' Funktion zum ersetzen der Felder aufrufen

	myItem.To = "Test@test.de"

	myItem.Display


'	Applicationsobjekt zerstören

	Set olApp = Nothing

	Set myItem = Nothing

	Set myProp = Nothing

Wenn ich die Zeilen:

	Set myProp = myItem.UserProperties.Add("AGFileName", 1)

	myProp.Value = "Dateiname"

weglasse, klappt alles ohne Probleme. Leider bin ich auf diese beiden Zeilen angewiesen.

Hat jemand von euch eine Idee???

Danke im Voraus

Patrick

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.