Recent content by Amanda Barron

  1. A

    Codes for "Mark Complete" the task

    Hi, you can simply add the following to auto mark the current task complete: Item.MarkComplete Hope this can help you.
  2. A

    Outlook Macro for checking the mail is sent to outside organization

    Hi, Santhosh You can use the following macro to the task: You can press Alt + F11 keys to enter VBA eidtor window, and then copy the following macro to the ThisOutlookSession project. Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) Dim objMail As...
Back
Top