brand new laptop
fresh office 365 install on win 10 pro 20H2
autocomplete list will not clear: either through file>options>mail>Empty Auto-complete list or outlook.exe /CleanAutoCompleteCache
it also merges unrelated "user names" and "email addresses" that don't exist as such in any of the...
Hello, I'm trying Check the available stores in my Inbox but stopped in "Next oStore" and I receive this error:
Run-time error -941162370 (c7e7007e) Automation Error.
Sub Test()
Dim myNameSpace As Outlook.NameSpace
Dim oStore As Outlook.Store
Set myNameSpace =...
Hello, friends. I'm trying to adapt this code for using in a different Mail Inbox named "Workgroup", but I don't get it. I don't know if a need replace entire main "My Inbox" or create a route from there. In any case, I don't get it!
In adiccion, I'm trying to categorize my eMails with a blue...
Hello, I am trying to adapt this code for using the macro only in unread emails in my Inbox, but I don’t get anything that works. Someone for helping me? THanks in advance.
Public Sub Unread_eMails()
Dim myNameSpace As Outlook.NameSpace
Dim myInbox As Outlook.Folder
Dim myDestFolder As...
Since this is the best place on the Internet to discuss Outlook and iCloud for Windows integrations, I thought I would start a thread. Not only to help me through my current problems, but to share my experience with others looking for tips and help. While I still have my Mac-Mini-2012 (that I...
Hello,
I have a random issue where moving a MailItem to a sub-folder (uner the same Exchange Store)
FAILS from time to time.
The real issue is that Outlook stops "seeing" sub-folders under the "\\ACME\DefaultInbox\".
* It basicaly shows the "DefaultInbox" sub-folder to have "zero"...
All the reply (RE) and the forward (FWD) mails received in the shared inbox has to automatically move to an "Ongoing folder".
Private Sub Application_NewMail()
Dim olNameSpace As NameSpace
Set olNameSpace = GetNamespace("MAPI")
Dim olDestFolder As Folder
Set olDestFolder =...
I'm looking for an outlook macro, that sends out auto acknowledgement emails for new mails received to a specific shared inbox. (Should not auto acknowledge for reply and fwd message), and not sure how to exclude the reply and fwd mails. Below code Is not working. Please advise.
Public...
Hi, I'm looking for an outlook macro that moves mails to when replied to a specific folder based on the key in the Subject Line.
Whenever I reply from the "In Progress Folder" I will add a keyword to the Subject line. if the I add Completed in the Subject line that mail has to move to...
All,
I've linked the webcal feed provided by Followupthen to my Outlook client and, initially, I received this message during the sync: "...contains a property that references an undeclared time zone...." That message has now ceased, but all of my calendar items are off by an hour (+1).
I was...
Hello all,
I'm new to this forum. Any help is greatly appreciated.
I am trying to create a VBScript for custom forms in Outlook 2016. I have a Command Button created in the form, and the test code associated with it is shown below.
Function CommandButton1_Click
MsgBox "Hello"
End...
My Outlook has multiple accounts. How do I get the Items object of a specific account?
For example, assume that there are three account, username@abc.com, username@def.com and username@ghi.com. Further, assume that Items object that corresponds to the Inbox for username@ghi.com is needed. What...
If I paste a picture inside of an Outlook item such as a Contact or Task, every time I open that item, the image has degraded a little bit. It seems like every time I edit and save the item, Outlook re-compresses the graphic. Is there a way to stop Outlook from doing this? I don't care about...
Hi Diane,
I'm trying to add use a macro that when pressed via a button on the ribbon will add a category to the new/outgoing email.
If I start a new email the macro works fine to add the category but as soon as I hit send it seems to be removed and it goes without the category on.
The reason...
I didn't see an option for Office 365 Pro Plus in your list of Outlook version, so chose Outlook 2016 32 bit for lack of knowledge on which would be closest fit.
I erroneously placed data in the Computer Network Name which won't export with the CodeTwo Outlook Export tool or the native...
This seems like it ought to be easy to set up, but it has proven to be anything but.
I use a desktop computer at home and a laptop when I travel. Both have Office 365 installed, including Outlook 365, and full access to the same 1 TB of storage on OneDrive that comes with the subscription. I...
we have a Document Management System that when an email is sent or received and is filed it gets given a Message class that contains EMS, I want a code that will create a search folder that will search "Sent Items" for a message class that contains EMS?
Thanks in advance
Hi, I'm very new to this VBA but have read Open All Hyperlinks in an Outlook Email Message posting. However, I'm looking for a way to open a very specific Hyperlink within an email usually following the word "Attachments" the name of the Hyberlinks differ each time. Or perhaps another way to go...
Got a new computer and have problems in connecting synch iCloud and Outlook 365 (2016?). Have problems in both Outlook and iCloud Settings.
1. In Outlook, the iCloud add-in is checked and indicates that the add-in is active. However in Outlook, the iCloud Refresh button on the menu is not...