• Webseitenerstellung und -hosting
  • .NET Anwendungsentwicklung
  • softwaregesteuerte Prozessoptimierung
  • .NET

    Programmierung

  • WebseitenErstellung

    undHosting

  • softwaregesteuerte

    Prozessoptimierung

  • Konzeption

    und Beratung

%AM, %14. %400 %2016 %08:%Jul

Outlook Mail signieren

geschrieben von
Artikel bewerten
(4 Stimmen)

Um eine Mail im Outlook zu signieren war es bisher üblich über die Funktion

CommandBars.FindControl(,719).Execute

den "signieren" Button des MailItem-Ribbons zu betätigen. Auch in der Vergangenheit war es schwierig da man u.U. die Execute Methode 3x aufzurufen (sic!). Nachdem dies ab Office 2013 nicht mehr funktioniert, generell wird die Commandbars Methode nicht mehr unterstützt, musste ich eine Alternative finden. Wie immer in diesem Blog findet man das nicht durch en bisschen Googeln, deshalb hier die Lösung: Die Property PR_SECURITY_FLAGS des aktuellen Mailitems setzen:

 ''' <summary>
    ''' E-Mail Item signieren (Zertifikat)
    ''' </summary>
    ''' <param name="blnSignieren"></param>
    ''' <remarks></remarks>
    Public Shared Sub Nachricht_signieren(blnSignieren As Boolean)
        Try
            Const PR_SECURITY_FLAGS = "http://schemas.microsoft.com/mapi/proptag/0x6E010003"
            Const SECFLAG_NONE = &H0
            Const SECFLAG_SIGNED = &H2
            'Const SECFLAG_ENCRYPTED = &H1

            'Aktuelles Mailitem holen
            Dim actOutItem As Outlook.MailItem
            actOutItem = CType(oOut.ActiveInspector.CurrentItem, Outlook.MailItem)

            'Sign / Unsign
            If Funktionen.isEmailItem(actOutItem) Then
                Dim prop As Long
                prop = CLng(actOutItem.PropertyAccessor.GetProperty(PR_SECURITY_FLAGS))
                actOutItem.PropertyAccessor.SetProperty(PR_SECURITY_FLAGS, If(blnSignieren = True, SECFLAG_SIGNED, SECFLAG_NONE))
            End If

            actOutItem = Nothing

        Catch ex As Exception
            Throw ex
        End Try
    End Sub

eine Auflistung der Properties findet Ihr auf der Webseite https://searchcode.com/codesearch/view/3372596/ bzw. da ich dem Internet nicht traue, ebenfalls als Textdatei im Anhang. Danke. Bitte :-)

Gelesen 93821 mal

2614 Kommentare

  • Kommentar-Link Agbdomma %PM, %30. %585 %2024 %13:%Sep gepostet von Agbdomma

    A few sought medical advice when they had episodes of bleeding which they described as having a "flood".
    offers received from pharmacies to get low prices when you what is vardenafil hcl used for at cheap prices
    If a tumor is present, the x-ray may show the tumor or blood vessels that are feeding into the tumor.

  • Kommentar-Link Afsddomma %PM, %30. %585 %2024 %13:%Sep gepostet von Afsddomma

    Varicose Veins The swollen and twisted veins close to the skin surface are referred to as varicose veins.
    Affordable prices can be found to vardenafil vilitra pills at the lowest prices online
    If your doctor concludes that your sensations and symptoms are solely stress related including anxiety-caused stress , you can be confident that there isn't another medical reason for your symptoms.

  • Kommentar-Link Agbdomma %PM, %30. %574 %2024 %12:%Sep gepostet von Agbdomma

    The goal of the campaign is to increase awareness of the breast cancer risk among women aged 70 years and above as well as to provide more information about the signs and symptoms of breast cancer that are not commonly known.
    Free shipping for Asian countries at how long does vardenafil last in body by shopping online.
    And this is frustrating, because in this case, the treatment is to get away from the exposure.

  • Kommentar-Link Afsddomma %PM, %30. %574 %2024 %12:%Sep gepostet von Afsddomma

    Let him know you care.
    You can be assured of good quality and correct vardenafil without prescription pills when you buy here
    There's good news, though — proper treatment can stop or control these diabetes symptoms and reduce the risk of long-term problems.

  • Kommentar-Link ArnvDeene %AM, %30. %352 %2024 %07:%Sep gepostet von ArnvDeene

    Hypertension can also lead to kidney failure, blindness, and cognitive impairment.
    Do foreign countries offer liquid tadalafil reviews in the comparative chart on this site
    Symptoms and signs vary depending on the type of hernia.

  • Kommentar-Link ArnfDeene %AM, %30. %352 %2024 %07:%Sep gepostet von ArnfDeene

    The condition occurs daily, often without provocation.
    the best options provided by trustworthy pharmacies before you how tadalafil works on the Internet.
    My bf and i wants to have a baby.

  • Kommentar-Link ArnfDeene %AM, %30. %205 %2024 %03:%Sep gepostet von ArnfDeene

    Winter Griffith Page Find all the books, read about the author, and more.
    you happen to be searching for a successful remedy, you should lisinopril and tadalafil , check bargain deals available online..
    Inside the CT scanner there is an X-ray detector which can see hundreds of different levels of density.

  • Kommentar-Link ArnvDeene %AM, %30. %205 %2024 %03:%Sep gepostet von ArnvDeene

    The progesterone hormone also has some sedating effect on the body.
    Some fake websites claim to sell tadalafil 20 mg used for , will my partner have any negative feelings?
    For example, the carcinogens cancer causing chemicals in cigarette smoke can damage our DNA.

  • Kommentar-Link ArnvDeene %AM, %30. %188 %2024 %03:%Sep gepostet von ArnvDeene

    The physician often uses a venogram or duplex ultrasound to evaluate the progress of the medication.
    Excellent prices can be found when you use online discounts to tadalafil blood pressure keep them away from direct sunlight.
    King Felipe turns sailor during Mallorca holiday - but grieving Queen Letizia is nowhere to be seen Her grandfather died 'With great power comes great irresponsibility': Ryan Reynolds takes shots at Victoria Beckham and his own Green Lantern in first Deadpool trailer La Dolce Vita!

  • Kommentar-Link ArnvDeene %AM, %30. %187 %2024 %03:%Sep gepostet von ArnvDeene

    The physician often uses a venogram or duplex ultrasound to evaluate the progress of the medication.
    Excellent prices can be found when you use online discounts to tadalafil blood pressure keep them away from direct sunlight.
    King Felipe turns sailor during Mallorca holiday - but grieving Queen Letizia is nowhere to be seen Her grandfather died 'With great power comes great irresponsibility': Ryan Reynolds takes shots at Victoria Beckham and his own Green Lantern in first Deadpool trailer La Dolce Vita!

Schreibe einen Kommentar

Bitte achten Sie darauf, alle Felder mit Stern * zu füllen. HTML-Code ist nicht erlaubt.