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

2614 Kommentare

  • Kommentar-Link ArnvDeene %PM, %01. %854 %2024 %19:%Okt gepostet von ArnvDeene

    For a PET scan, a form of radioactive sugar known as fluorodeoxyglucose or FDG is injected into the blood.
    Enjoy effective treatment when you what's tadalafil online you save money and keep your privacy.
    Fraser's blog response: http:ow.

  • Kommentar-Link Afsddomma %PM, %01. %786 %2024 %17:%Okt gepostet von Afsddomma

    Multi-Symptom Cold Medicines: Multi-symptom cold medicines often contain a combination of active ingredients to treat pain, fever, nasal and chest congestion, and cough.
    prices are available from pharmacies online that want you to vardenafil hydrochloride 20 tab from trusted pharmacies online
    Danger Signs in Adults In rare cases, a dangerous blood clot may form on the brain in a person with a concussion and crowd the brain against the skull.

  • Kommentar-Link Agbdomma %PM, %01. %786 %2024 %17:%Okt gepostet von Agbdomma

    BRCA1 mutations are associated with some cases, but the link between BRCA2 mutations and male breast cancer is stronger.
    No matter where you live, sites deliver a good price of vardenafil hcl 20mg tab online . Get one now! You can’t find more affordable prices.
    The first symptoms appear immediately and can subside within a few days.

  • Kommentar-Link ArnfDeene %PM, %01. %749 %2024 %16:%Okt gepostet von ArnfDeene

    But if you have unexplained, ongoing pain, or pain that comes and goes for more than 4 weeks, make an appointment to see your doctor.
    Get brand medicines at discount prices when you tadalafil 5mg goodrx you want to compare costs from pharmacies
    Remember that diabetes is not contagious!

  • Kommentar-Link ArnfDeene %PM, %01. %582 %2024 %12:%Okt gepostet von ArnfDeene

    What is Generalized Anxiety Disorder?
    Talk to your doctor before you decide to tadalafil cost walmart from leading pharmacies
    How Common is a Dual Diagnosis?

  • Kommentar-Link ArnfDeene %PM, %01. %566 %2024 %12:%Okt gepostet von ArnfDeene

    Comments under LifeSiteNews stories do not necessarily represent the views of LifeSiteNews.
    Select the best deals to tadalafil dose and timing at low prices, you’ll need to compare offers
    As a result, chemotherapy has not been advocated all that often for treatment of canine and feline brain tumors and we have very little if any data on the efficacy of such drugs in our patients.

  • Kommentar-Link ArnfDeene %PM, %01. %564 %2024 %12:%Okt gepostet von ArnfDeene

    It is our goal to provide you with the most accurate list of medical symptoms on the internet today.
    Maximize the amount you save on tadalafil headache are standard from these trusted pharmacies
    The flu is a common infectious disease caused by influenza flu viruses.

  • Kommentar-Link ArnfDeene %AM, %01. %532 %2024 %11:%Okt gepostet von ArnfDeene

    Visuals Online is a collection of more than 2,000 scientific images.
    Some offers are available on the Internet with a low tadalafil prices with wholesale discounts
    Also, visit her website Fertile Heart and join the community.

  • Kommentar-Link Agbdomma %AM, %01. %356 %2024 %07:%Okt gepostet von Agbdomma

    You may feel ashamed of yourself, like you can never do anything right.
    Can I expect more discounts if I buy best price on vardenafil order arrive in childproof bottles?
    The correct answer is either one.

  • Kommentar-Link Afsddomma %AM, %01. %355 %2024 %07:%Okt gepostet von Afsddomma

    To get help today, come by your neighborhood FastMed Urgent Care.
    Does taking vardenafil tab 20mg buy online and instead buy online.
    Im just wondering could it be that im pregnant?

Schreibe einen Kommentar

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