Search results

  1. Vijay

    Error in rule- Run a script

    Hi All, The below macro works great and am triggering this when a email arrives. but sometimes i get "Error in rule" and rule stops. Any idea what causing this error ? Public Sub saveAttachtoDisk(itm As Outlook.MailItem) Dim objAtt As Outlook.Attachment Dim saveFolder As String Dim...
  2. Vijay

    Run script doesn't work in outlook

    Hi All, the below code worked only once and its not all working now. this code saves attachment to folder on arrival. and i have set this through run a script rule. my trust center setting > macro settings > Notifications for digitally signed macros,all other macros disabled. and its greyed...
  3. Vijay

    Reply all by attachment name

    Hi All, my first post here, i have this below code working great as it is searching email with subject line and replying to it. the same task can i search by "Attachment name" and make reply ? here is the code Try Dim olApp As Outlook.Application Dim olNs As...
Back
Top