Email: bknpk@hotmail.com Phone: +972-54-7649119


V

 

ASIC/FPGA Design and Verification Out Source Services

A visual basic script to save an entire sub folder to text.

  1. This page shows how create a macro for outlook. It uses visual basic.

  2. Again I wanted the mails in text format, rather the usual outlook backup. So this macro, per a given hardcoded subfolder and output location in the disk, saves all mails in a folder to the disk in text format.

  3. The MACRO is simple and when I have time, it will get the disk location and folder name from a nice GUI window.

  4. The name of each mail, which is stored, contains a prefix, also currently hard coded, and running index number.

  5.   ml.SaveAs str_file & "SUBFL_" & ix & ".txt", olTXT
  6. The sub folder is accessed by

  7. Dim ns As NameSpace
    Dim Inbox As MAPIFolder
    Dim SubFolder As MAPIFolder

    Set ns = GetNamespace("MAPI")
    Set Inbox = ns.GetDefaultFolder(olFolderInbox)
    Set SubFolder = Inbox.Folders("MUX")

  8. The script is available at: visual basic for the MACRO.



  ...



Home

FCS SystemC code


Download Area






Search This Site


Feedback This Site




new pages on this site