Nov 21, 2009
Pages: 1, 2

MS Outlook Rules - How to sutomatically save attachments?

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Software > Business & Productivity

MS Outlook Rules - How to sutomatically save attachments?

kaputnik
I've spent a good hour and a half playing around with all sorts of combinations, but nothing seems to be working out for me..

HEre's what I'm trying to do.. Am trying to automatically (by setting a rule or other way) save attachments sent to me through a perticular account (and with a perticular username) to a designated folder

While I'm asking, before I started fiddeling around with my outlook, I also wanted to automatically save only those files that were under 350 kb. And, if possible automatically scan the files for viruses.. tongue.gif

I guess that's asking for a bit.

Also, if anyone knows any other Mail S/W that can handle rules like this, I'd really like to hear about it.

Thanks....

Comment/Reply (w/o sign-up)

vdhieu84
QUOTE(kaputnik @ Dec 5 2005, 12:23 PM)
I've spent a good hour and a half playing around with all sorts of combinations, but nothing seems to be working out for me.. 

HEre's what I'm trying to do..  Am trying to automatically (by setting a rule or other way) save attachments sent to me through a perticular account (and with a perticular username) to a designated folder

While I'm asking, before I started fiddeling around with my outlook, I also wanted to automatically save only those files that were under 350 kb. And, if possible automatically scan the files for viruses..  tongue.gif

I guess that's asking for a bit.

Also, if anyone knows any other Mail S/W that can handle rules like this, I'd really like to hear about it.

Thanks....
*



This might not fully answer your problem but I just don't like to use Microsoft Outlook. I use Thunderbird instead and ofcourse, Thunderbird and Firefox is the best combination for web surfing wink.gif

 

 

 


Comment/Reply (w/o sign-up)

Jeigh
Yea for a second I thought he meant "MS OUtlook RULES~!!!!!' like...this was a thread talking about how awesome it was....it made me cry inside... but luckily it's just someone who hasn't learned better yet.

Comment/Reply (w/o sign-up)

ruben
Good alternative programs are:
Eudora
Mozilla Thunderbird
• Apple Mail (integrated in Mac OS X)
but there are a lot, lot more. I think Mail lacks the ability to set a file size that should be downloaded as Max (Eudora has the feature. Thunderbird might know, maybe with an extension.).
I think the attachment location thing can be down with all programs. I remember setting it up in Eudora, but Mail is enabled to do so too I think.

For the virus scans you need a virus protection system, either on your computer or on your Mail server. Gmail for example offers a virus protection. The user finaldesign round here always has some invitation links in his signature. There are plenty of anti-virus programs, so I can't recommend you "the" program to take.
I think you would be happy with Eudora (I know that it fits your needs), maybe Thunderbird too (not so sure about the features). Eudora costs money though, if you want to get rid of the ad.

Comment/Reply (w/o sign-up)

kaputnik
QUOTE(Jeigh @ Dec 14 2005, 08:49 PM)
Yea for a second I thought he meant "MS OUtlook RULES~!!!!!' like...this was a thread talking about how awesome it was....it made me cry inside... but luckily it's just someone who hasn't learned better yet.
*



I actually hace used Thunderbird, and I started off on it.. I actually still use it.. but I can't configure it to save attachments from a specific account automatically either.. Then I tried Outlook.. and nope.. couldn't get that to work out the way I want it to either.. smile.gif


Comment/Reply (w/o sign-up)

ruben
I know for sure that Eudora does all the stuff you want. I'm not so sure about Thunderbird (but it is possible to download/write extensions, so practically everything is possible).

Comment/Reply (w/o sign-up)

FeedBacker
This might work for most of it, but you need to enter this in as a VB project and then call the script name from the Rules section.

Sub SaveToFolder(MyMail As MailItem)
Dim strID As String
Dim objNS As Outlook.NameSpace
Dim objMail As Outlook.MailItem
Dim objAtt As Outlook.Attachment
Dim c As Integer
Dim save_name As String
'Place path to sav to on next line. Note that you must include the
'final backslash
Const save_path As String = "X:\SHARE\VCMS CSV\CSV\"

StrID = MyMail.EntryID
Set objNS = Application.GetNamespace("MAPI")
Set objMail = objNS.GetItemFromID(strID)

If objMail.Attachments.Count > 0 Then
For c = 1 To objMail.Attachments.Count
Set objAtt = objMail.Attachments(c)
Save_name = Left(objAtt.FileName, Len(objAtt.FileName) - 4)
'save_name = save_name & Format(objMail.ReceivedTime, "_mm-dd-yyyy_hhmm")
Save_name = save_name & Right(objAtt.FileName, 4)
ObjAtt.SaveAsFile save_path & save_name

Next
End If

Set objAtt = Nothing
Set objMail = Nothing
Set objNS = Nothing
End Sub

-reply by Nano

Comment/Reply (w/o sign-up)

FeedBacker
Replying to Feedbacker

Great advice Feedbacker, this worked perfectly.

-reply by Sean

Comment/Reply (w/o sign-up)

(G)robi
save attachments and import data in a DB Access
MS Outlook Rules

I need to save attachments of every incoming email and import some data into a DB Access. Could you please give me some suggestions?

Thanks in advance!Roberto

- Robi


Comment/Reply (w/o sign-up)

(G)ph33rlus
VB Script
MS Outlook Rules

That script is awesome feedbacker!

 Thanks so much! I almost bought commercial software just because of this feature.

 We have a fax 2 email setup in the office, and we have a fileserver that receives all the fax emails, we never really new if we had new faxes but we do now, it appears in the fax folder !

Thanks again mate!

-reply by ph33rlus

 


Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords : ms, outlook, rules, sutomatically, save, attachments

  1. Outlook Express: Older Sent Mail Disappears
    (1)
  2. Make Outlook Work Similar To Gmail Threaded System
    (0)
    I have Outlook 2003 and setup my Gmail account in it. Is there any way to customize Outlook so it
    will have all the conversations from the same person in one big email entry? I found a way to sort
    the emails by conversations but I still have to click through multiple emails to open each one
    instead of having all the replies in on big message (like in Gmail). Also, does anyone know how to
    sync the email deletions between Gmail and Outlook? I even emptied out my Deleted Items folder in
    Outlook but it's still in the Gmail server. I searched and others just said to down....
  3. How To Get Rid Of Spam Mails In Outlook ?
    (7)
    I was unsure where to put this at first, however seeing other posts on Outlook Express in this forum
    I thought it would be the best place for it. However please feel free to move this if it is in the
    wrong location. My main email client that I use is Microsoft Outlook Express. My question is what
    is the best anti-spam software to help get rid of spam from it. I have used various pieces of
    software over the years, yet each one has not worked efficiently for me. They either slow it down
    when opening Outlook Express or do not even block spam. I am getting very annoyed with....
  4. Outlook Express - Sent Items Are Gone
    (11)
    I'm looking for some suggestions on what to do about this. All of a sudden yesterday all my
    sent messages disappeared. When I look in my mail folder, what was previously my sent items is
    still there. But now the file name looks like this: SENTIT~1.DBX rather than sent items.dbx I
    tried renaming it back, and reopening outllook express, but the folder is still empty. The data is
    there but not being read. Does anyone have any suggestions? Gin ....
  5. MS Outlook Setup
    I need help! (1)
    I just started using MS Outlook but i dont know how to set it up to my yahoo account. Will someone
    tell me how one can do this. i also have a hotmail account i would like to set it up too. If anyone
    can help me get started i would really appreciate it.....

    1. Looking for ms, outlook, rules, sutomatically, save, attachments

See Also,

*SIMILAR VIDEOS*
Searching Video's for ms, outlook, rules, sutomatically, save, attachments
advertisement



MS Outlook Rules - How to sutomatically save attachments?

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com