Search results

  1. J

    vb to c# for Outlook add-in.

    I have a VB script (below) but I am trying to create a add-in for Outlook now. How do I convert the code so it works? Is there a converter or something? Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) On Error Resume Next If InStr(Item.Subject, "[Encrypt]") = 0...
  2. J

    Marco in search of text in subject line

    I am trying to create a macro that will look in the subject line for the word [Encrypt]. If the word is anywhere in the subject then it just sends the email. But if it is not found, then it will prompt the user to ask them "You are sending an unencrypted message, are you sure you want to send...
Back
Top