Search results

  1. Forum Admin

    bcc and Google imap

    Once the emails are sent, you can't change it by moving them back to Outlook. If the BCC are in the message header, i have a macro that can pull them out and put them in a custom field. To change where outlook saves email, go to File, Account Settings, double click on the gmail account and...
  2. Forum Admin

    Change default email for address book

    I can read the question several different ways so I'm not sure this answer will actually answer your question. :) The only way to change the default contacts folder is by changing the default data file. This is the folder that is used if an account doesn't have a contacts folder in the data...
  3. Forum Admin

    Undeliverable message reply to invites

    Do all responses bounce? Are only meeting invitations affected? It sounds like the reply address is wrong, but it should affect all replies and responses. Are you sending the invites to coworkers or people outside the company? Is this an on-premise server? what is the internal domain name...
  4. Forum Admin

    How to Uninstall Outlook 2007

    Open the office installer in add remove programs and choose change, then deselect outlook. Note that if you are switching to a different email client, you don't need to remove outlook, you just need to set the other client as default...
  5. Forum Admin

    Outlook Columns "First Name" & "Last Name"

    The problem is Email doesn't know first and last names, it knows display names. You'd need to do a look up in contacts or the gal or use a macro to parse the display name. Once you get that, writing it to a field is easy. Unfortunately, I don't have any code samples to do the look up.
  6. Forum Admin

    Does Outlook import Gmail Archive?

    Depends where you archive them to - gmail should remove them from inbox and put them in All Mail - which you can (and should) unsubscribe from. You can move them to other folders and unsubscribe from those folders instead. More info...
  7. Forum Admin

    How do I 'Save Copy of Sent Item to Folder' for a Shared Mailbox

    Try using .SentOnBehalfOfName instead of senderemailaddress in your if statement.
  8. Forum Admin

    Custom Search Folders deleted, /resetnavpane, can i restore? How?

    Resetnavpane resets the navigation pane to the default setting - the Favorites section is cleared and reset to default as is the Shortcuts pane. If the missing searches were search folders on the favorites list, they just need added back to the Favorites list. Find them under Search folders...
  9. Forum Admin

    BCM - Weird behaviour

    I'll send the link to the address you used to register here on the forum.
  10. Forum Admin

    Navigation Pane selection with shortcuts

    Create shortcuts using command lines in this format- "C:\Program Files\Microsoft Office 15\root\office15\outlook.exe" /select outlook:calendar in some cases you can use just outlook or outlook.exe - i think the new shortcut command needs the full path. If it opens a new window, try adding...
  11. Forum Admin

    Adding a business account to Outlook

    If it's an Exchange account, you can set it up in Outlook using auto account setup. File > Account Settings > New or File > Add account. Try using your full email address as the username. (A few of the Office 365 account types don't allow Outlook access, only OWA. ) If it's Outlook.com...
  12. Forum Admin

    Lost Emails after I connected my outlook.com to Office Outlook

    i assume you mean 2007, not 97. :) It can some times take a while for changes to fully sync, especially when you made a lot of changes. you should start seeing some changes within an hour or less though. Are you sure its set up in the connector? Pop3 wont sync up.
  13. Forum Admin

    Sharing of BCM database across the internet

    no it wont work over the internet,. you would need to have the home user log into the work network using vpn to access bcm. Does the home worker have an exchange mailbox? xo you use sharepoint? its possible to share contacts over the internet using either method.
  14. Forum Admin

    Prevent Outlook from blocking image from a single source

    It's always from a different domain too? Can you add the server to the IE Trusted Zone? I think you'd need to add every domain the sever sends from to the trusted zone.
  15. Forum Admin

    How to increase Font size in Outlook 2013

    Unfortunately, no, you can't change the font size in the "header" fields in any of the Outlook items, other than by changing your screen resolution or display settings, which affect all programs. You can control the size of the fonts in the list area - this is done using Conditional Formatting...
  16. Forum Admin

    Can't Send As (From) alias

    Are the addresses all assigned to one mailbox? This is expected behavior - Exchange always uses the default. You could use shared mailboxes with full access permission - they don't consume licenses - but it gets messy if you have a lot of addresses. Replies will properly use the correct address...
  17. Forum Admin

    Outlook 2010 intermittently asking for my login details

    In the screenshot it's the second acct - exfso - but it doesn't matter - it's only happening on one. How frequently are you checking for email? No more frequently than 5 - 8 minutes is recommended. Does this also happen in Safe mode? To open Outlook in Safe mode: Close Outlook then hold Ctrl...
  18. Forum Admin

    Recovered PST file "Cannot move item" error when trying to move e-

    Did you run scanpst 3 times? That is often necessary. Is that the only error message you are receiving?
  19. Forum Admin

    Show three or more months in Calendar

    no, not in the calendar grid. six weeks is the max - selected from the navigation calendar. if you want more navigation calendars, that is possible.
  20. Forum Admin

    VBscript: Need to copy every email to a folder & mark that copy as read

    It was missing the ? before smp : http://www.vboffice.net/en/developers/mark-emails-automatically-as-read
Back
Top