Consulting

Results 1 to 3 of 3

Thread: Auto save attachment from selected mail folder

  1. #1

    Auto save attachment from selected mail folder

    I have couple of e-mails from different persons having attachment.

    i am moving all the e-mails into mail folders by person wise. i have a script which auto saves all the attachment. But i need a script to save all the attachment from a selected mail folder. is this possible?

    Thanks,
    Shanmugam

  2. #2
    VBAX Newbie
    Joined
    Nov 2009
    Posts
    5
    Location
    look for user Killian on this site for topic:
    Automatically save and print attachments.
    (www+) vbaexpress.com/kb/getarticle.php?kb_id=522

    see also my topit on this with the code but i cant get this working.

    have fun, eduard
    Last edited by eddyp; 11-20-2009 at 05:47 AM.

  3. #3
    VBAX Master
    Joined
    Jul 2006
    Location
    Belgium
    Posts
    1,286
    Location
    This article : http://www.vbaexpress.com/kb/getarticle.php?kb_id=953 is something I wrote with a lot of help and idea's from Oorang. mFldr is the variable that determines which folder is used for stripping the attachment. You could alter this easily by using a pickingfolder routine.
    Example :
    [VBA]Set mFldr = Application.GetNamespace("MAPI").PickFolder
    'check if folder has been chosen
    If Not mFldr Is Nothing Then[/VBA]

    Charlize

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •