Search results

  1. V

    move emails to windows folder and show sender details

    This script has worked for me. Public Sub SaveMsg(Item As Outlook.MailItem) Dim dtDate As Date Dim sName As String Dim sFile As String Dim sExt As String Dim sSubject As String enviro = CStr(Environ("USERPROFILE")) sSubject = Item.Subject ReplaceCharsForFileName sSubject, "_"...
  2. V

    move emails to windows folder and show sender details

    I need to be able to manually pick the emails that come into the inbox rather then it auto move all emails.
  3. V

    move emails to windows folder and show sender details

    Hi Michael, Ive copied the script into Visual Basic and wanted to run it as a rule in Outlook but I could not see the script to select from the rules when creating the rule. Is the script at www.vboffice.net/?smp=7, the whole script or just partial and I need to add to it? Ive only made I...
  4. V

    move emails to windows folder and show sender details

    UPDATE: This is a to be applied to a shared mailbox which I have access to.
  5. V

    move emails to windows folder and show sender details

    Hi, I have been asked to assist with finding a vb script to copy/move emails from inbox to a windows folder (ie C:\Saved Emails. I can manually move the emails but the sender address or name doesn't appear in the Windows Folder. I am hoping you can assist in creating a vb script which will...
Back
Top