Search results

  1. Mark White

    VBScript Move sent mail to non-default folder

    Hi, I'm trying to move a sent email from the sent box to an other shared mailbox subfolder. I can't use VBA as macros are disabled and am finding it difficult to change the GetFolderPath() function to work in VBScript. Below is how I call it but I'm having trouble converting the VBA code into...
  2. Mark White

    VBScript Move sent mail to non-default folder

    Hi, I'm trying to move a sent email from the sent box to an other shared mailbox subfolder. I can't use VBA as macros are disabled and am finding it difficult to change the GetFolderPath() function to work in VBScript. Below is how I call it but I'm having trouble converting the VBA code into...
  3. Mark White

    VBA to deal with Recalled messages

    Hi, I have a Shared mailbox that is programmatically worked on to move messages to other folders depending on the senders as well as send out emails in reply. Occasionally, a recipient of an email from the shared mailbox will email back and then Recall that message which then blocks up the email...
  4. Mark White

    vba to create a shared mailbox folder

    Hi I'm using Outlook 2013 and need to move emails into an archive subdirectory which is fine as per code listed here, but if that subdirectory doesn't exist then my code falls over. My account has all permissions necessary but in this snippet from code found on this site: FoldersArray =...
Back
Top