Search results

  1. Xueying

    run a script in rules, first time succeed, failed afterwards

    Hi, I am working on a script that enables Outlook to automatically saves attachments. Here's my codes: Public Sub SaveAttach(Item As Outlook.MailItem) Dim RootPath RootPath = "D:\Monthly Update Report\Generate Sum Rep\" SaveAttachment Item, RootPath, "*.*" End Sub Private Sub...
Back
Top