Refresh IMAP folder list automatically OUTLOOK 2010

Status
Not open for further replies.
Currently have to right click IMAP email account and select "UPDATE FOLDER LIST" to get the latest folders. Is there a way to do this automatically? Or is this a limitation of Gmail (my account).




Outlook 2010
 
It's not a limitation of the gmail account - folder lists are only updated when you choose, they aren't updated automatically.
 
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 Cmd.Execute
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
C View doesn't refresh (fields or formatting) Using Outlook 1
P Outlook Mobile App Doesn't Refresh Inbox Using Outlook 0
C iCloud Setting missing Outlook tab and Outlook missing the iCloud refresh button Using Outlook 4
A Search folder refresh Outlook VBA and Custom Forms 3
M Following a refresh of computer (win8.0) conflicting oulook accounts Using Outlook 2
T Outlook 2010 emails do not refresh automatically Exchange Server Administration 1
M How to automatically refresh an appointment windows after changing the MessageClass property ? Outlook VBA and Custom Forms 4
G Refresh Outlook Using Outlook 2
P Yahoo/IMAP folder rename by Outlook desktop 365 Using Outlook 0
O Outlook - Switch from Exchange to IMAP Using Outlook 2
HarvMan Importing PST into IMAP account Using Outlook 12
S Email was migrated from GoDaddy to Microsoft exchange. We lost IMAP ability Exchange Server Administration 1
I Help with Smart Folder + Query Builder on IMAP Using Outlook 0
CWM550 Discussion for all: IMAP + Safety Using Outlook 3
P Copying ALL calendar entries from Calender in PST file to IMAP OST file? Using Outlook 1
TomHuckstep Remove Send/Receive All Folders (IMAP/POP) button from Outlook 365 Ribbon Using Outlook 2
C Trying to move messages between imap accounts/folders Using Outlook 5
R Outlook 2019 accesses POP3 but says its offline (because of IMAP servers?) Using Outlook 0
P "Item could not be moved" message occurs frequently for IMAP inbox, Office 365 Using Outlook 0
B Strange MAPI/Exchange/IMAP behaviour in OL 2016 under10.0.19044.2006 Using Outlook 0
B IMAP server rejects sent email - cannot deliver messages Using Outlook 2
P Comcast IMAP broken but their second level support said to call "the Outlook company" Using Outlook 4
C Outlook 2016 Unable to delete Gmail IMAP calendar Using Outlook 2
K Closing external IMAP email... Outlook 2013 Using Outlook 0
HarvMan Exporting IMAP OST file to PST Using Outlook 5
A Imap account not auto syncing inbox at startup Using Outlook 0
Z Remove GMAIL IMAP account from Outlook 2016 Using Outlook 2
Abraham Outlook 2013 Lost my folders when moving from PST to IMAP Using Outlook 11
I Outlook for Mac 2019 using on desktop and laptop IMAP on both need help with folders Using Outlook 1
G Outlook 2016: Want IMAP Data Files on My D: Drive and Not C: Drive Using Outlook 1
O Newbie question: how to sync two Outlook -Exchange and IMAP- calendars? Using Outlook 4
e_a_g_l_e_p_i A few question before I decide to switch to Pop from imap Using Outlook 9
P Sending email from outlook IMAP to GMAIL where embedded images are added as attachment Using Outlook 1
L IMAP Emails Disappear Using Outlook 0
V IMAP backup Using Outlook 0
B Emails get stuck in Outbox of Gmail IMAP in Outlook for Windows Using Outlook 0
K Imap PC Outlook + Android phone Using Outlook 1
S Outlook (2016 32bit; Gmail IMAP) - Save sent message to Outllook Folder Outlook VBA and Custom Forms 0
Terry Sullivan Sender's Name Doesn't Appear in the From Field on Outlook 365/IMAP Using Outlook 2
M Managing Gmail "All Mail" sync issues with IMAP Using Outlook 1
J Outlook 2016 Moving IMAP emails to Exchange Using Outlook 1
K Outlook 2016 - controlling IMAP OST size with Group Policy not working Using Outlook 1
N Sent emails not reflected in all IMAP Folders Using Outlook 4
V Scheduled backup of imap account Using Outlook 7
glnz How set up new IMAP on Outlook-Office 365 and merge in pst from Outlook 2003 for same two email accounts? Using Outlook 5
David Langer Outlook 2016 (365) How to restore the ability to Re-Map iCloud IMAP Folders Using Outlook 5
D Outlook 2013 Yahoo IMAP Sync problems Using Outlook 1
P IMAP Folders Dialog Box Using Outlook 1
O How to recover rules after switch from POP3 to IMAP Using Outlook 2
O Benefits of Exchange over IMAP and why would I choose Exchange? Using Outlook 2

Similar threads

Back
Top