Recent content by carl2222

  1. C

    Refresh IMAP folder list automatically OUTLOOK 2010

    Old thread, but for benefit of others: Yes, no problem doing in VBA. Here is code: Dim Bars As CommandBars Dim Cmd As CommandBarControl Dim syc As Outlook.SyncObject Set Bars = Application.ActiveExplorer.CommandBars Set Cmd = Bars.FindControl(, 5661) If Not Cmd Is Nothing Then...
Back
Top