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.

Lesebestätigung bei CDO-Mails einbauen

Empfohlene Antworten

Hallo,

ich habe IIS6, ASP-Classic und sende Emails mit CDO:

<!-- METADATA

TYPE="typelib"

UUID="CD000000-8B95-11D1-82DB-00C04FB1625D"

NAME="CDO for Windows 2000 Library"

-->

' -------------- SCHNIPP ----------

Const cdoSendUsingMethod= "http://schemas.microsoft.com/cdo/configuration/sendusing"

Const cdoSendUsingPort = 2 ' 1 (2=direktversandt; 1=ordnerversandt)

Const cdoSMTPServer = "http://schemas.microsoft.com/cdo/configuration/smtpserver"

Const cdoSMTPServerPort = "http://schemas.microsoft.com/cdo/configuration/smtpserverport"

Const cdoSMTPConnectionTimeout = "http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout"

Const cdoSMTPAuthenticate= "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate"

Const cdoBasic = 1

Const cdoSendUserName = "http://schemas.microsoft.com/cdo/configuration/sendusername"

Const cdoSendPassword = "http://schemas.microsoft.com/cdo/configuration/sendpassword"

' ------------------ SCHNAPP -------------

...im Netz findet man zum anfordern einer Lesebestätigung sowas:

Set objConfig = Server.CreateObject("CDO.Configuration")

objConfig.Fields(cdoSendUsingMethod) = cdoSendUsingPort

objConfig.Fields(cdoSMTPServerPort) = 25

objConfig.Fields(cdoSMTPConnectionTimeout) = 30

'Ausgehender SMTP Server

objConfig.Fields(cdoSMTPServer) = "auth.smtp.server.com"

'Klartext Authentifizierung

objConfig.Fields(cdoSMTPAuthenticate) = cdoBasic

objConfig.Fields(cdoSendUserName) = "mail@server.com"

objConfig.Fields(cdoSendPassword) = "passwort"

' ----------- start lesebestätigung -------

objConfig.Fields(cdoDispositionNotificationTo) = "gelesen@server.com"

objConfig.Fields(cdoReturnReceiptTo) = "gelesen@server.com"

' ----------- ende lesebestätigung -------

objConfig.Fields.Update

...aber die Lesebestätigung funktioniert leider nicht.

Mache ich etwas verkehrt?

Hat jemand eine Lösung die bei ihm funktioniert?

Besten Dank im Vorraus!

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

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.