Need a bit of education on how Outlook works please

Status
Not open for further replies.

EdNerd

Member
Outlook version
Email Account
Exchange Server
I have a "grand scheme" idea that if ti works will save us much time and effort here at work. Unfortunately, I think there may be some flies in the ointment due to our corporate IT requirements. If I can't find a way to work with, through, or around them, this may not work at all. But I don't understand enough about how Outlook works to know which direction to head next.

Currently, we scan 100-250 files a day and save them to various directories on our network of servers. It's mostly two or three people doing all the scanning, which creates a huge bottleneck. We have a new system of scanners coming on line that will scan directly to our email address (Outlook with an Exchange server). My thought was that the individuals creating the files could scan them to their own email, and then forward them to a mailbox account set up just to receive these scans. At that point, a rule and a macro can save the attachment out to the proper server directory (based on the attachment filename and/or text in the body of the email). Automated like this, it would save lots of time and free up people to work in their actual job description.

I have test this on my own individual computer and it works. I sent myself an email that matched the criteria in my rule, and it fired a macro that saved the attachment to the correct directory. That's good for me - but I'm not sure if it will work in a wider implementation. Here's why I say that:

(1) We must use a "Computer Systems Access Smart Card" to log into any computer. Pulling the card out of the reader automatically locks the machine. And periodically the Exchange Server will poll our machines and make us re-input our password before it refreshes the Send/Receive. Plus, the Admin scripts force a restart of every system on the network every night. All of this means that no one is here after the restart to log into the machine with a card and keep it refreshed while these files get sent. I guess that's okay, as long as we all understand that the files will not be available on the servers until someone shows up for work and logs into that computer.

(2) By IT policy (which is set in stone and will not move - period!!), macros are initially disabled unless specifically enabled. I live by VBA macros in Word, Excel, and Access - not so much yet in Outlook, but I'm getting there! - so every time I start up one of these programs, I'm presented with a security warning and must choose to enable macros, or nothing runs. Again, that's okay as long as everyone is willing to wait for an indiviual to log into their workstation so the rule and macro will process the attachments.

(3) If we set up a multi-person mailbox, every person on the distribution will get all of these emails, yes? Which means every person on the distribution must have the same rule and macro to process these attachments, yes? Which means that we will get multiple copies of the attchment on the server - one for every person, yes? Probably put code into the macro that checks for a file of that name and if exists do not save - easy enough to do.

Ideally, I would like to set this up on an unattended computer. If I worked with the SysAdmins to stop the nightly restart so I could (theoretically) let it run all weekend without interruption, would that be a viable part of the solution? Not sure what's causing the intermittant polling - is that an Exchange issue or a SysAdmin issue? Can I create an add-in for Outlook with the macro to distribute to the others on the mailbox list? Would the add-in run the macro if somebody did not enable macros? Can I easily distribute the rule, also? Finally, how hard would it be to, after successfully saving out the attachments, send a response to the mailbox and delete the original email? If it's deleted from the mailbox, does it delete from each individual computer that's part of the distribution?

Any help on these questions is greatly appreciated!!

Ed
 
Macros only work if the account is open in Outlook. So... it will work as long as someone keeps the mailbox open in their profile.

If multiple people have access to a mailbox, they will see the messages in the mailbox when its in their profile. It's not quite the same as a DL... Unless you do something to mark the messages (or delete them) yes, everyone running the macro will process the messages and you'll have to deal with dupes. I'd probably have one person designated to run the macro to avoid this problem. Move, delete, flag, or add a category to message when the attachment is saved.

Rather than forward to a mailbox for processing, I'd probably have each scanner-person run a macro to save the attachments that land in their mailbox. No need to forward them to another mailbox this way. (If you need them stored in a mailbox, the macro can forward them.)

Do you use SharePoint? This is a perfect problem for SharePoint to solve - you could send the messages to a mail-enabled SharePoint list - which is configured to keep only the attachment. That solves the problem of running a macro and only working during certain hours.
 
Thank you, Diane, for the reply.
> >"Macros only work if the account is open in Outlook"

Yeah, that was my big concern, especially with regards to the pushed restart every night.
> >"yes, everyone running the macro will process the messages and you'll have to deal with dupes"

Dupes in the server folder is something I can deal with: just use FSO to check if FileExists; if yes then don't save.

And I can code the macro to delete the message after inspecting the attachment.
> >"I'd probably have each scanner-person run a macro"

That's upwards of 150 people!! And if there's any changes, I'd have to make sure all of them get the update! Much easier to make this an add-in (I assume Outlook does add-ins like Word and Excel - yes??) that only goes to a half-dozen people who are a little higher in the food chain of responsibility.
> >"This is a perfect problem for SharePoint to solve"

We do use SharePoint. And i know even less about that than I do Outlook! So I will investigate this and see if it's an option open to me.

Thank you so much!!

Ed
 
Yeah, you can compile it into an addin.

While sharepoint would make this easier, it doesn't help if you must keep the files on a file share - but if you can move the documents into sharepoint, it could be a better solution. I don't know if there is a way to automate sharepoint to save the files in the file system - but if so, that could automate the entire process - send everything to sharepoint then sharepoint could run a process hourly to save the files to the file system and remove them from sharepoint.

I didn't look at these articles all that closely, but it looks like you might be able to do something with sharepoint and use the file system. Whether it is worth the time to do it... I'm not sure. I'd use SharePoint myself (actually, already do save files to it), but I'm not moving hundreds of files a day into SharePoint - 5 or 10 a day, max.

http://blogs.msdn.com/b/varun_malho...arepoint-document-library-to-file-system.aspx

https://www.simple-talk.com/dotnet/...-on-the-file-system-with-remote-blob-storage/

http://social.technet.microsoft.com...-filesystem?forum=sharepointdevelopmentlegacy
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
e_a_g_l_e_p_i Need clarification on 2-Step Verification for Gmail using Outlook 2021 Using Outlook 10
S Custom Contact card - need help creating one Outlook VBA and Custom Forms 1
P OT: Need website like this one, but for Excel Using Outlook 0
S Need code to allow defined starting folder and selection from there to drill down Outlook VBA and Custom Forms 10
D Need help with MS Authenticator Using Outlook 4
I Outlook for Mac 2019 using on desktop and laptop IMAP on both need help with folders Using Outlook 1
FryW Need help modifying a VBA script for in coming emails to auto set custom reminder time Outlook VBA and Custom Forms 0
S.Champ Please help? I've imported a random workcalendar I dont even know who's. Can I undo it? and then I need to re-sync the google one again. Its a mess:( Using Outlook 2
B Need to Copy an email to a subfolder Outlook VBA and Custom Forms 2
D Do I need Exchange Add-In? Using Outlook 6
L Need help modifying a VBA script for emails stuck in Outbox Outlook VBA and Custom Forms 6
K Need to convert .mmf file to .pst format Outlook VBA and Custom Forms 7
glnz Moving from Outlook 2003 to MS365 Outlook - need basics Using Outlook 4
J Moved many emails to Outlook external folder, need to delete on Gmail server Using Outlook 14
A Wishlist Arthur workman I need the community's assistance thank you Using Outlook 3
A from Arthur to anyone I need your expertise assistance Using Outlook.com accounts in Outlook 7
Marc2019 Need help please! Cannot Setup my outlook email account on my Mac Outlook 2011 Using Outlook.com accounts in Outlook 2
T Need to backup outlook.com to cloud storage, without desktop software - Testing UpSafe. Are there any similar services? Using Outlook.com accounts in Outlook 8
C need help setting up outlook first time Using Outlook 1
N Need help syncing contacts to iPhone X Using Outlook 8
L Need to import multiple Outlook files to Office 365 Account Using Outlook 4
S Received mail as part of DL, need to auto-CC the same when replying Outlook VBA and Custom Forms 5
C Need VBA code to automatically save message outside outlook and add date Outlook VBA and Custom Forms 1
S Error using AddressEntry.GetContact - need help Outlook VBA and Custom Forms 2
E Outlook 2010 need help with rules Using Outlook 0
Horsepower Need iCloud mail only Using Outlook 1
O Don't need any add-ins at all? Using Outlook 2
B Need Help - Willing to pay Outlook VBA and Custom Forms 10
A Need to view Outlook calendar in Sharepoint .. Using Outlook 2
J Need Help with Contacts VBA Outlook VBA and Custom Forms 1
L Accidentally merged a calendar with .ics, need to undo! Using Outlook 1
H Need help setting up GetFolderPath-Makro with Vodafone IMAP Mail-Account Outlook VBA and Custom Forms 0
D Need Genuine Office or Outlook 2007 Using Outlook 3
G how to cancel a recurring meeting but not the organizer but all attendees need to know. Using Outlook 1
H I need a developer to customize an Outlook Contact form Outlook VBA and Custom Forms 0
T Need help with finding/updating task Outlook VBA and Custom Forms 1
N Need a case sensitive rule Outlook VBA and Custom Forms 1
C Need rule to alert when an email has not been replied to within 24 hours Using Outlook 1
P Outlook 2003 - Do I need a new profile? Using Outlook 2
F Outbox - Multiple Emails need to be manually opened? Using Outlook 5
Miquela I need to make a calendar to share here at work with 40 other people Using Outlook 1
S Need CC: to show the original To: recip[ients Using Outlook 4
Denis Hi everyone!!! Need some help with Excel to Exchange Calendar??PLEASE>>> Using Outlook 1
D Need to extract a line from a word attachment, and add it to the subject line Outlook VBA and Custom Forms 3
Mary B VBscript: Need to copy every email to a folder & mark that copy as read Outlook VBA and Custom Forms 5
mikecox Desperat; need hands on support Using Outlook 1
E Need Help on Setting up a repeated Reminder on Task with Reoccurence Every Year Using Outlook 6
Glyn Do I Need Outlook.com Using Outlook 1
B Need Help Creating Email Based on Subject w Address in Body Outlook VBA and Custom Forms 1
G Need help configuring a PRF for Outlook 2010 and 2013 Using Outlook 0

Similar threads

Back
Top