Search results

  1. JorgeDario

    Template oft that contains VBScript Is not running

    Dear: I have a template that is stored in the address "c:/mytemplates/myoft.oft" The file "myoft.oft", has a vbscript script incorporated: Function Item_Send() The template opens with the macro: Application.CreateItemFromTemplate(c:/mytemplates/myoft.oft) but does not run the script. How...
  2. JorgeDario

    How to capture and save the text, when responding a MailItem?

    Hello Team! How can capture the response is written in an email with vba? Thanks!
  3. JorgeDario

    how to check a MailItem has a digital signature (SMIME) with vba?

    Hello Team! How to check a MailItem has a digital signature (SMIME) with vba? I'm using: Item.MessageClass and Item.Class Not working I have a script that runs every time you get an email, however, the script stops when an email arrives with digital signature, a warning message appears. Thanks!
  4. JorgeDario

    ¿What property of mailitem can be used like primary key?

    What property of mailitem can be used like primary key?
  5. JorgeDario

    restrict access to a certain folder with vba

    Hello Team! Restrict access to a certain folder with vba. Is needed that can not view the contents or subfolders. Thanks!
  6. JorgeDario

    How to restrict the creation of new folders?

    Hi, How to restrict the creation of new folders with vba?
Back
Top