Questions tagged [outlook-2016]
246 questions
0
votes
1 answer
Is it possible to limit the number of emails displayed in Outlook mailbox?
I work on a team that has a group mailbox in Outlook with over 82,000 mails. It takes a few minutes just to load the most recent mails, sometimes hangs and occasionally crashes.
Is there a setting to say "just display the most recent 1,000 emails"…

Chuck
- 1,061
- 1
- 20
- 45
0
votes
1 answer
How to save an Excel file automatically when received in OutLook and received by a specific email address?
I receive an email daily in Outlook from a the same email address that contains an .XLSX file as an attachment. I am semi-familiar with VBA and have used it in Access and Excel, but I am not getting very far in Outlook. I know how to add a module…

JBART
- 23
- 5
0
votes
1 answer
Run rule from VBA fails
I want to be able to run a rule from a macro/button in ribbon instead of going through all the clicks needed to "Run rules now" manually. Using Outlook 2016.
I have tried to make the most simple VBA script in order to do that. For some reason, my…

pstidsen
- 39
- 1
- 7
0
votes
1 answer
Is the Outlook Connection Status Activity table something I can query with PowerShell?
I am trying to locate computers using basic authentication to 365. 365 Sign-in Reports show me the accounts in question but they do the computers (understandably). There are dozens of computers this could potentially be, as they are using generic…

Matt
- 45,022
- 8
- 78
- 119
0
votes
1 answer
outlook2016 VBA rule run script error 'The script "" doesn't exist or is invalid'
as in title, i tried to run my script with a rule in outlook
the program worked find on its own but once i linked it with a rule it keeps showing this error, what's wrong?
i've tried evrything i could, re opening outlook, reset rules etcetc but it's…

ZinerX
- 13
- 2
0
votes
3 answers
Send and Save specific emails. Not a sentitem event listener
Edit: I am just going to use an eventlistener. I would delete the post but maybe somebody will find a non eventlistener way to save a sent mailitem before it is received in the sent item inbox.
Issue: Outlook won't receive VBA sent emails until…

gruanger
- 1
- 1
0
votes
1 answer
MS Outlook 2016 - Macro VBA search by conversation not all flagged as done
Is there a way to create a search folder in Outlook, that returns only conversations where not all emails in the thread/conversation have been flagged as completed/done?
Possibly to search by the email conversation header? I want to see all emails…
0
votes
0 answers
InpsectorView in Outlook is not updating the contact after updating the contact through my Applications when I am using add-ins enabled, why the cah
Please guide me why in outlook contacts module is not updating contact in Inspector view

manali varshney
- 21
- 3
0
votes
1 answer
Attach Debugger to Outlook Desktop 2016 Version
I have installed an add-in in my outlook 2016 using an XML file. After clicking on a plugin sidebar, its opens.
Now I want to debug the issue (by getting console logs and network logs) that why it is not proceeding to the next screen after loading.…

Hassan Anwer
- 347
- 2
- 14
0
votes
1 answer
How do I restore an Outlook mailbox to an Active Directory user that was deleted and then successfully restored?
everyone. Sorry if this is difficult to understand, but I accidentally deleted a user profile/account in Active Directory (AD) in Windows Server 2012 R2. I successfully restored the user profile/account to its original state, which was confirmed by…

KendellJGregory
- 1
- 1
0
votes
1 answer
Wrong version of operating system when using Redemption 800401FA
I am trying to run simple script that imports .eml messages to outlook. I am using Redemption developer version. The problem occurs when i create object. I get 800401FA error which from what I understand tells me that there is redemption-outlook…

Jorhanc
- 310
- 2
- 13
0
votes
1 answer
Purge an IMAP folder in Outlook 2016 using VBA
In Outlook 2016 I have connected an IMAP folder. Outlook is configured to mark items as deleted in IMAP folders. This is necessary because I want to process those items, that are marked for deletion seperately. After my macro is completed, that IMAP…

erwrock
- 47
- 1
- 5
0
votes
1 answer
Excel macro, triggered via task scheduler, running on a virtual machine crashes Outlook
The code's main job is to copy paste a section from Excel into a email body in Outlook 2016 and send it to the list of distributers which are pre defined.
The issue is Outlook "not responding" and closing or the code printing "error message" and not…

Hammy
- 13
- 3
0
votes
1 answer
How to set default directory for Excel's GetOpenFilename using Outlook VBA?
I'm trying to set the default directory for the VBA function GetOpenfilename. I managed to get it working before but lost the code before saving it.
Sub Sample2()
Dim myFile As Variant
Dim i As Integer
Dim myApp As Excel.Application
…

Andy M
- 167
- 1
- 3
- 17
0
votes
1 answer
Run-time error '438': Object doesn’t support this object or property with GetOpenFilename
The following worked on my old installation of Outlook 2016 so it must be either a small typo or there is something wrong with the references.
The code is in Outlook 2016:
Sub Sample()
Dim myFile As Variant
Dim i As Integer
'Open File…

Andy M
- 167
- 1
- 3
- 17