Macros for Delegate Issues?

Status
Not open for further replies.

Britonius

Member
Outlook version
Outlook 2010 64 bit
Email Account
Exchange Server
I have document our Delegate issues in this thread - https://forums.slipstick.com/thread...ete-items-functions-behalf-client/#post332703.

I have figured out a quick workaround by adding a Quick Step for Copying/Moving Draft Items or Deleted Items from the Delegates default folders to the Manager's default folders, but this is still quite cumbersome.

Does anyone know of any macros, add-ins, etc. that could be added to the Message window that would help?
So Basically a button, that a Delegate could click to save the Draft email in the Manager's Drafts folder, and a button to Delete the email sending it to the Manager's Deleted Items folder.​

Any Help is appreciated as our Administrative Assistants are pulling their hair out trying to deal with Microsoft's so called Delegate function compared with Lotus Notes that kept everything separate for each person.
 
A macro should be able to do it - i don't have one handy that does it, but it shouldn't be long or difficult. You should only need a macro for the draft folder - not for the deleted folder, as the DelegateWastebasketStyle reg key should handle it.
 
Sorry for the dual posts as I did not think there were fixes for either. Thank you for the replies.

Just to follow up on the Macro request for the Drafts folder here as well, this is another workaround that may work just fine instead of a Macro:

I think I may have found another simple workaround for this issue. While you have the email open that you saved as a Draft, simply go to File, Move to Folder and select the Manager's Drafts folder (need access to it of course) and it moves it to their folder and does not leave a copy in the Delegate's folder. I think this will work OK.
 
Here is a macro that eliminates the step of browsing for the folder in the move to folder command - add a button to the QAT and you'll save a step.

Code:
Sub MoveDrafts()
   Dim objOutlook As Outlook.Application
   Dim objNamespace As Outlook.NameSpace
   Dim objSourceFolder As Outlook.MAPIFolder
   Dim objDestFolder As Outlook.MAPIFolder
   Dim objItem As MailItem
  
   Set objOutlook = Application
   Set objNamespace = objOutlook.GetNamespace("MAPI")
   Set objSourceFolder = objNamespace.GetDefaultFolder(olFolderDrafts)

   Set objItem = objOutlook.ActiveInspector.currentItem
        
   Set objDestFolder = objNamespace.Folders("Manager").Folders("Drafts")
   objItem.Move objDestFolder
            
   Set objDestFolder = Nothing
   
 
End Sub
 
Hhhhmm, I'm not getting the macro to work. I tried as is, as well as replacing the word Manager in the macro with the managers name, alias, email address, etc. I tried running it in MS Visual Basic for Applications and it says it is not enabled. What am I missing to get this to work?
 
Manager should be the account name as it appears in the folder list - this should be the name as it appears in the AD. In my test, the delegate added my mailbox to his profile and I used "Diane Poremsky" in the macro.
 
OK, I did try that, but maybe it's because I am testing it on my mailbox with a mailbox I attached to with Full Admin Access rather than going through the Delegation process. So the Macro does not seem to be doing anything at all for me when I click it. I'll try it on the Delegates account and see what happens.
 
OK, yes it worked once I set it up with the Delegate I was assisting. I used the Exchange Display Name as you said, which pointed it to the correct person's Drafts folder. Thank you very much.
 
I believe Microsoft fixed this issue as follows, unless you are describing a different issue:

You use Outlook 2010 and are a delegate for your manager. An email message that you send on behalf of your manager is saved in your Sent Items folder not His Sent Items folder.

MS has provided a hotfix https://support.microsoft.com/kb/2181579, unfortunately this means IT has to touch each Delegate machine to get this setup properly, not a good solution as it should be part of the default Outlook Delegate setup.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
S Why do I have to close and reopen Outlook for macros to work? Outlook VBA and Custom Forms 2
S Email Macros to go to a SHARED Outlook mailbox Draft folder...NOT my personal Outlook Draft folder Using Outlook 2
V Outlook macros no longer run until VB editor is opened Outlook VBA and Custom Forms 0
D Outlook 2013 Macros only run in VB editor, not in drop down or button Outlook VBA and Custom Forms 14
J Want to learn VBA Macros for Outlook. What book can you recommend? Outlook VBA and Custom Forms 2
nathandavies Email Details to Excel & Save as .MSG on one macro - combination of 2 macros Outlook VBA and Custom Forms 3
N Export details to a excel spreadsheet using macros Using Outlook 0
D Outlook macros to create meeting on shared calendar Outlook VBA and Custom Forms 10
N Does a Shared Folder Policy override a Digital Signature Setting for macros? Outlook VBA and Custom Forms 6
A Processing Incoming E-mails with Macros Using Outlook 0
Diane Poremsky Block Macros in Office 2013/2016 Using Outlook 0
Diane Poremsky Using Arrays in Outlook macros Using Outlook 0
Diane Poremsky Running Outlook Macros on a Schedule Using Outlook 0
B Choose commands from Macros is empty Outlook VBA and Custom Forms 3
P Macros in Word 2003 - how to transfer to another Word 2003? Using Outlook 1
N Running multiple macros upon sending Outlook VBA and Custom Forms 6
S Using Macros in the Outlook Calendar Using Outlook 2
A Outlook 2010 disabled macros Using Outlook 2
R Outlook Macros for Appointments and Tasks Using Outlook 1
M Running macros in tasks sent out as meeting requests in invitees machine Using Outlook 4
L Calendar Macros? Using Outlook 3
S Inserting Dates With Quick Parts (or Macros) Using Outlook 4
L Macros disabled in custom Outlook form Outlook VBA and Custom Forms 1
V Run multiple Macros or macros from within other macros ? Outlook VBA and Custom Forms 2
P Macros Do Not Run Outlook VBA and Custom Forms 1
C Why can't 2003 handle the macros I wrote for 2000 Outlook VBA and Custom Forms 6
M macros of outlook 2007 Outlook VBA and Custom Forms 1
B Macros have been disabled error Message with Custom forms Outlook VBA and Custom Forms 17
C Create macros in Outlook 2007 Outlook VBA and Custom Forms 5
S Need: Date handling in Outlook Macros, either information/documentation Outlook VBA and Custom Forms 1
V Macros suddenly disabled Outlook VBA and Custom Forms 1
N Copying outlook macros between pcs Outlook VBA and Custom Forms 1
D Macros Disabled in Outlook 2007 BCM (Business Contact Manager) 9
C Outlook macros have vanished Outlook VBA and Custom Forms 1
Y How to record macros in Outlook2007? Outlook VBA and Custom Forms 1
L Digital signing macros Outlook VBA and Custom Forms 1
A Meeting organizer calendar intermittently drops meeting after delegate sends invite Using Outlook 0
A Meeting organizer calendar intermittently drops meeting after delegate sends invite Exchange Server Administration 0
J Updating existing entry on shared calendar wants to send update from delegate Using Outlook 0
J Out of Office, Delegate Using Outlook 1
J No response required when delegate arranging meeting Using Outlook 0
A Delegate can't see inbox. Using Outlook 1
K Canceled meeting not seen by delegate Exchange Server Administration 1
Britonius Delegate cannot view meetings marked Private by Another Chairperson Using Outlook 7
M Delegate for multiple people -need rules to organize! Using Outlook 0
S Puzzling delegate message Exchange Server Administration 3
S Removing myself as delegate from someone else's calendar Using Outlook 1
D redemption - foldercreate event + delegate user Outlook VBA and Custom Forms 8
T Setting a delegate to not mark items as read Using Outlook 9
D Outlook app 2021 & iCloud PST issues Using Outlook 2

Similar threads

Back
Top