Managing shared malibox with multiple users.

Status
Not open for further replies.

silentQ

New Member
Outlook version
Outlook 2010 32 bit
Email Account
Exchange Server
Hello there, hopefully someone is able to help me or point me in a right direction. I've done a large research and was not able to find an answer.
I'm quite proficient with excel and access vba, but never touched outlook.

I have a shared mail box with 8 users accessing it at the same time. The issue I'm facing is if 2 or more users move an email from the inbox to a different folder while open - it replicates the email and multiple users end up processing the same request. We have duplicate orders as a result.

Is it possible to create a module which will check if the certain email is opened (double-clicked to open new window) then give an error message to all the users who try to move it to a different folder and restrict the movement only to the user who has the email opened?

Many thanks,
Gleb.
 
You can't put a lock on it, but would setting a category be enough of a clue to the others not to touch it? That can be done using VBA. If opening a message guarantees the openee is going to move it, you could move it on open instead.
 
Thanks, Diane.
Is there a way to assign a category to a whole thread unique to each user when he/she opens an email?
 
Outlook 2013 has an annoying feature that does that if you set a category on the conversation. I forget if it works that way in 2010 (probably does) but I'm not sure if a macro can set the category on the conversation. I'll have to refresh my memory on how it works exactly and see if we can replicate it using code.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
T managing catergories and colors in shared contacts. Using Outlook 0
GregS Outlook 2016 Managing aliases in 365 Using Outlook 2
M Managing Gmail "All Mail" sync issues with IMAP Using Outlook 1
O :Managing contacts in Outlook 2016 Using Outlook 0
M First post -help with managing two calendars Outlook 2010 /Exchange 2010 Using Outlook 0
T managing contacts in public folders Using Outlook 4
C Managing & Merging .pst files Using Outlook 3
S Exam 77-884: Managing Contact Module Options Using Outlook 4
J Managing signatures and disclaimers with digitally signed emails Exchange Server Administration 3
P Managing Calendar Updates Using Outlook 2
A Managing GAL via OWA Exchange Server Administration 5
F Managing and parsing names other than main contact Outlook VBA and Custom Forms 2
U When opening shared Calendar "The set of folders cannot be opened" Using Outlook 0
M Outlook 2016 outlook vba to look into shared mailbox Outlook VBA and Custom Forms 0
V Unchecking my calendar and leaving shared one visible Outlook VBA and Custom Forms 1
S Email Macros to go to a SHARED Outlook mailbox Draft folder...NOT my personal Outlook Draft folder Using Outlook 2
C Outlook 365 Multiple different Signatures on Shared Mailbox Using Outlook 0
Fozzie Bear Shared Calendar For Scheduled Tasks Using Outlook.com accounts in Outlook 3
Z Outlook 365 Automatically assign categories to incoming mail in a shared folder Round Robin Outlook VBA and Custom Forms 1
J Outlook 365 Forward Email Subject to my inbox when new email arrive in shared inbox Using Outlook 0
J Hide/disable "Groups", "Shared Calendars" Using Outlook 2
T Never-ending Reminders in Shared Calendars Using Outlook 3
S Outlook 365 Shared mailbox contact group member numbers not matching Using Outlook 0
P Emails assigned with a certain category (within a shared inbox) to be copied to a specific folder. Outlook VBA and Custom Forms 2
S Copy Tasks/Reminders from Shared Mailbox to Personal Tasks/Reminders Outlook VBA and Custom Forms 0
peterbata Shared Tasks Outlook for Mac Using Outlook 5
Fozzie Bear Shared Public Folders Access and Use Exchange Server Administration 0
S Excel VBA and shared calendar issue Outlook VBA and Custom Forms 3
J O365 - Adding Shared Google Calendar ICS link issue in O365 Using Outlook 0
S Macro to move “Re:” & “FWD:” email recieved the shared inbox to a subfolder in outlook Outlook VBA and Custom Forms 0
S Outlook Macro to send auto acknowledge mail only to new mails received to a specific shared inbox Outlook VBA and Custom Forms 0
N Having Shared Calendar shift to Current day Using Outlook 0
R Assign Categories "Round Robin" style but in a shared mailbox but on specific emails only Outlook VBA and Custom Forms 8
Fozzie Bear Outlook 2016 Creating a shared local Contacts folder Using Outlook 2
P Auto assign shared mailbox Outlook VBA and Custom Forms 1
C Pull Outlook shared calendars items from Excel Outlook VBA and Custom Forms 4
C Create new Message with shared contacts & BCC'ing recipients Outlook VBA and Custom Forms 0
R VBA for copying sent email to current folder under a shared mailbox Outlook VBA and Custom Forms 17
M Outlook 365 Searching all shared calendars Outlook VBA and Custom Forms 4
S newly added shared mailboxes downloading 500GB data a day Exchange Server Administration 1
R auto send email when meeting closes from a shared calendar only Outlook VBA and Custom Forms 2
A New email notification on shared mailbox Outlook VBA and Custom Forms 0
N Shared mailbox in cached mode Using Outlook 0
B Vba to monitor time to respond to emails using a shared mailbox Outlook VBA and Custom Forms 5
D Shared Mailbox question Exchange Server Administration 1
S Import contacts to a shared mailbox Outlook VBA and Custom Forms 2
R Copy Outlook Public Folders to a File Server Shared Folder Using Outlook 0
D Delete Emails from Senders in Shared Mailbox Outlook VBA and Custom Forms 1
E Accessing shared outlook folder doesn't work since switch to new outlook/excel Outlook VBA and Custom Forms 11
J Updating existing entry on shared calendar wants to send update from delegate Using Outlook 0

Similar threads

Back
Top