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.

[ VB.NET ] AutoSignatur- mailItem

Empfohlene Antworten

Veröffentlicht

Hallo,

ich habe für ein Mail-Objekt einen String, der aus HTML-Tags besteht, damit ich eine Mail formatiert angezeigt bekomme.

An diesen formatierten Text möchte ich gerne die AutoSignatur anhängen.

Nach dem Öffnen des Mail-Objektes wird die Signatur angezeigt, aber wenn der Inhalt eingefügt wird, dann wird die Signatur quasi "überschrieben."

  

inhalt = begruessung & anrede & " " & name & ", " & m_inhalt


With message

            .Display()

            .To = empfaenger  

            .Subject = m_betreff 

            .BodyFormat = OlBodyFormat.olFormatHTML 

         [COLOR="Green"]   .HTMLBody = inhalt & .HTMLBody[/COLOR]       

     If (m_anhang <> "") Then

                .Attachments.Add(m_anhang)              

            End If

 End With


Wenn ich das ganze mit .body anstatt mit .HTMLBody probiere...

dann klappt es zwar, aber dann habe ich statt eines formatierten

Textes nur HTML-Code.

Und das sieht ja nicht schön aus..

Weiß jemand wie ich es umsetzen kann, dass hinter einen

HTML-String (<html>...</html>) noch eine formatierte AutoSignatur angehängt werden kann?

Hoffentlich versteht ihr, was ich meine...:( Schonmal Danke 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.