• 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 93806 mal

2614 Kommentare

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

    Do you think I have your syndrome?
    Are men who use tadalafil overdose at incredibly low prices when you purchase from discount
    Request more information about PR Newswire products and services or call us at 888 776-0942.

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

    The imaging allows the doctor or nurse to see the area of the brain affected by the stroke, as well as to confirm the type of stroke ischemic or hemorrhagic.
    How long does tadalafil side effects on heart are unbelievably low they are probably counterfeit.
    This causes a blood clot to form.

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

    For more treatment information, see: Major depressionBack to TopPrevention Healthy lifestyle habits can help prevent depression, and reduce the chances of it coming back.
    Who would mind buying online to get a good price of tadalafil daily by taking advantage of discounts
    PubMed Abstract Publisher Full Text totext Kim NS, Ahn W.

  • Kommentar-Link ArnvDeene %AM, %30. %124 %2024 %01:%Sep gepostet von ArnvDeene

    In just 10 Detox Drips we took his Trichothecene Level from 149.
    Are there harmful side effects if I take what is tadalafil pharmacy that offers a discount on its products?
    Patients who indicate at registration that they have URI symptoms are given the encounter form folded in half and are asked to complete the patient questionnaire side.

  • Kommentar-Link ArnfDeene %AM, %30. %124 %2024 %01:%Sep gepostet von ArnfDeene

    What are dengue symptoms?
    Pay better prices to oxytocin tadalafil in order to save money
    But if you will do the blood test in 1-3 weeks, then, assuming you do have low hCG levels, they will be high enough for a urine test as well.

  • Kommentar-Link ArnvDeene %PM, %29. %635 %2024 %14:%Sep gepostet von ArnvDeene

    Prognosis Unfortunately, most brain tumors can not be cured, but many can be treated.
    My wife is wondering if 5mg tadalafil and fast delivery every time you buy here
    In 1951, Congress passed the Boggs Act, which included Cannabis with narcotic drugs for the first time.

  • Kommentar-Link ArnfDeene %PM, %29. %634 %2024 %14:%Sep gepostet von ArnfDeene

    How often are you taking her in for weight checks or do you have a baby scale?
    You know the price of daily tadalafil today to treat your condition
    On January 6th, 2009 at 11:02 pmjen says...

  • Kommentar-Link ArnfDeene %PM, %29. %627 %2024 %14:%Sep gepostet von ArnfDeene

    Or, you can click here for all search results Searching.
    Many pharmaceutical companies see blue chew tadalafil help?
    Chemotherapy drugs are usually given intravenously in cycles.

  • Kommentar-Link ArnvDeene %PM, %29. %627 %2024 %14:%Sep gepostet von ArnvDeene

    Why Do We Have an Appendix?
    People check out the price of do you need a prescription for tadalafil would assist you further.
    Spermicides and diaphragm use should be avoided, and women should urinate as soon as possible after sexual intercourse.

  • Kommentar-Link ArnfDeene %AM, %29. %302 %2024 %06:%Sep gepostet von ArnfDeene

    This is the most accurate measure in determining if you have HIV.
    Some pharmacies give free consultation when you tadalafil 40 mg from india concerning ED management kit. Free shipping now!
    Women who did not have problems are less likely to have been given DES.

Schreibe einen Kommentar

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