Search results

  1. Forum Admin

    Outlook 2013 .pst Question

    Correct, at least to a point. Outlook 2010 uses the Outlook Connector (and deltasync, which was designed for the Live Mail client) and you can use formatting in the messages - i don't think the formatting and pictures syncs up to outlook.com though. Outlook 2013 uses Exchange ActiveSync (EAS)...
  2. Forum Admin

    Calendar says it is connected to someone else

    Do you have shared calendars in your profile, specifically, is that person's calendar shared with you and shown in your calendar list? A shared calendar would say that.
  3. Forum Admin

    From an email open a link but not the new window

    AFAIK, you can't do it using desktop IE, unless you use 2 screens and IE goes to the other screen. It will work in a similar way with the modern IE app (split screens is the only thing I like about modern IE.)
  4. Forum Admin

    Trouble Starting Outlook 2010 after Crash

    I'm guessing there is some corruption in the ost file. Remove the email account from your profile and add it back - it will create a new ost file.
  5. Forum Admin

    Outlook 2007 using in office and at home

    Check Outgoing server authentication - Tools, Account Settings, double click on the account then More settings. You should have the option checked to use the same as the incoming server.
  6. Forum Admin

    Preventing users to disable an Outlook Add-in

    You can use group policy to force outlook to always load addins. This is usually used to prevent it from disabling addins. It sets the resiliency key and users cannot disable (or enable) addins listed in this key...
  7. Forum Admin

    How to Block from sending mail to public domain.

    That is not really anything you can block in Outlook - the server usually handles it. Exchange server transport rules (including Office 365 exchange) can filter it. If you don't use exchange, you need to use your own smtp server and utility. IRM (Individual rights management) would give you...
  8. Forum Admin

    Displaying Profile Pictures in Outlook 2010

    Did you go to Send / Receive > Download Address books? Do you have photos on any contacts? Add a picture to a contact who sends you mail regularly and see if the picture shows up on the mail. Are you using the social connector?
  9. Forum Admin

    Renamed msg file

    Hmmm. I'll test it, but I thought the user's description was how it worked in older versions of Outlook - it's how i'd expect it to work. BTW, there is no setting to control this, it's just how outlook handles it. In a really quickie test, how you attach matters-
  10. Forum Admin

    return to inbox

    In addition to the authentication settings for outgoing mail, what security software are you using? It could be blocking it. If it installs an add-in in Outlook, restart outlook in safe mode and see if the password dialog comes up after the first time. To open Outlook in Safe mode: Close...
  11. Forum Admin

    Do I Need Outlook.com

    It will get it from Outlook.com. You set up the account on the phone - i prefer using the default mail app and set it up as an Exchange account, using m.hotmail.com as the server. don't use the Outlook.com app - contacts are read only with it. (You can use both - don't sync calendar & contacts...
  12. Forum Admin

    Do not download old email

    When you use POP3, Outlook will download all messages in the Inbox - if you move them to a different folder online, outlook won't download them. If you use imap, it will sync all folders that you subscribe to - plus you can set outlook to only sync the last 30 days. Unfortunately, this is not an...
  13. Forum Admin

    return to inbox

    It's in File, Options - Mail - look at the very bottom of the dialog page.
  14. Forum Admin

    Can invitee edit details?

    No, there is no way to send updates back to the main event. The only way to do it is by giving the users permissions to edit the organizer's calendar. If some users are always editing the events for their own reference, they could use a macro to save the original as an appointment. I have a...
  15. Forum Admin

    Auto-Save for Outlook Calendar Entries

    Autorecover will only help if the the recovery point is right before a crash. :) He can use word to compose longer notes than copy and paste into the appointment. But... if Outlook's autosave kicked in, the last autosave version should in drafts.
  16. Forum Admin

    How do I Repair OST File from corruption and Recover OST data?

    Scanost no longer ships with Outlook - Microsoft recommends letting outlook build a new ost.
  17. Forum Admin

    How do I get the database tool to recognize my data file?

    Is SQL or Outlook/BCM installed on the server? Where is the database you want to share?
  18. Forum Admin

    tried & tried

    Welcome. :) We need a little more detail before we can offer anything more than generic advice. Error messages and what happens when you try to open the messages are a good start.
  19. Forum Admin

    Move outlook emails >90 days to shared drive (Desktop) Folder

    Yes; Yes. The 90 days part is easy :) If intDateDiff > 90 Then Merge it with the macro at http://www.slipstick.com/developer/code-samples/save-selected-message-file/ to handle the save to file system part. short version is replace objVariant.Move objDestFolder with objVariant.SaveAs...
  20. Forum Admin

    Get User Exchange phone extension

    You'd use .GetExchangeUser.BusinessTelephoneNumber
Back
Top