outlook

  1. AmonRa

    Outlook 365 calendar - too much white space

    I have a similar issue than the one posted here: Calendar View in Outlook Office 365 - Doesn't show enough hours, and the 30/60 min choice isn't the solution It is not well thought out by the developers, IMHO, that by default, the outlook calendar does not fit full 8 hours of work days. In much...
  2. P

    Posts in Folder No Longer Group by Conversation Column After Search

    Long before the "group by conversation" feature appeared in Outlook, I have been using folders with items created by "Post to This Folder". In my case, I create posts to remember programming problems I have solved. I use the conversation column to group my posts. This type of item allows me...
  3. T

    The Linked Image Cannot Be Displayed in Outlook

    One of my users is experiencing an issue on her Win7 SP1 PC with Outlook (Office 365) showing "The linked image cannot be displayed. The file may have been moved, renamed, or deleted. Verify that the link points to the correct file location". These E-mails are newsletters she's subscribed to...
  4. P

    How did hacker cause link to delete and archive containing email?

    I am an experienced software developer cognizant of phishing schemes. I didn't think I could fall for one, but I lost my focus for a minute and clicked on a hyperlink in email from a (very clever) hacker. That took me to a website with MS login credentials at which point I immediately closed...
  5. P

    auto-complete is hopelessly broken

    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...
  6. S

    Problem Checking the available stores in my Inbox (Outlook VBA)

    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 =...
  7. S

    Outlook VBA How to adapt this code for using in a different Mail Inbox

    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...
  8. S

    Macro for Loop through outlook unread emails

    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...
  9. V

    Outlook 2016 Outlook-2016 and iCloud for Windows - Problems

    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...
  10. O

    The Outlook API wrongfully shows an outlook folder to have zero sub-folders

    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"...
  11. S

    Macro to move “Re:” & “FWD:” email recieved the shared inbox to a subfolder in outlook

    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 =...
  12. S

    Outlook Macro to send auto acknowledge mail only to new mails received to a specific shared inbox

    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...
  13. S

    Outlook Macro to move reply mail based on the key word in the subjectline

    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...
  14. J

    Time Zone Issues - Outlook Calendar and Webcal Feed

    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...
  15. B

    VBScript doesn't run on Recipient Email

    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...
  16. R

    How to get the Items object of the default mailbox of a specific account in a multiple account Outlook?

    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...
  17. T

    Pictures degrade each time an Outlook item is edited and re-saved

    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...
  18. D

    Assign categories to outgoing emails

    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...
  19. C

    Copy Outlook contact field value to another field

    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...
  20. RBLampert

    Accessing Outlook accounts from multiple computers

    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...
Top