Search results

  1. Forum Admin

    Make Outlook add Contact Card Address in Location Field based on Appointment Subject Name.

    BTW - to work with a new appointment, you'd need ot search contacts. Not all that hard - i think i have some code that can be tweaked to do that.
  2. Forum Admin

    Make Outlook add Contact Card Address in Location Field based on Appointment Subject Name.

    You'd need to use VB for sure. I have a macro that is close - it works with selected contacts, not a new blank appointment form though. http://www.slipstick.com/developer/code-samples/create-appointment-contacts-address/
  3. Forum Admin

    Outlook 2013 keeps asking for password

    Who is your email with? Is this an imap account? Does it happen in Safe mode too? To open Outlook in Safe mode: Close Outlook then hold Ctrl as you click on the Outlook icon. You'll get a message asking if you want to start in Safe mode. Click Ok.
  4. Forum Admin

    Outlook 2010 hangs during message send/receive

    That means the old pst is the the old ANSI format and it's reached it's maximum file size. So the new pst errors in Outlook 2010? The problem, or at least part of the problem, is the large pst file. The best fix is using the new unicode pst format, which doesn't have a file size limit...
  5. Forum Admin

    Create new profile

    You'll need to sign out of icloud and sign back in. The calendar and contacts in the icloud will sync down to outlook. If you use auto account setup to create the profile, Outlook should be able to set it up for you - after it finds the account settings click the option in the lower left to...
  6. Forum Admin

    Stop more than one person responding to an email?

    are you using a shared mailbox for it? a shared mailbox should solve the problem, although users will need to check the mailbox.
  7. Forum Admin

    Fields in BCM are overlapping

    do you have the newest bcm, released a couple of weeks ago? that fixes some problems, but im not familiar with this specific issue.
  8. Forum Admin

    Outlook 2010 – Send email based on categories

    an item change macro should be able to do that. i might have some samples that can easily be changed to do this.
  9. Forum Admin

    Deleting iCloud Synced Contacts

    The Contacts - iCloud Archive was created as a backup - it can be removed from the profile in File, Account Settings, Data Files tab. It was created when you signed out and told icloud to create a backup. Same for the two "Contacts from iCloud" folders. Those can be deleted too. If you have...
  10. Forum Admin

    OUTLOOK TEMPLATES ARE NOT SAVED IN SENT FOLDER

    I'll have to test this and see if i can repro. They should be in the sent folder with the other sent items. Are you using oft files or did you publish the template as a custom form?
  11. Forum Admin

    Outlook 2013 : controlling message size in Windows 8.1

    What screen resolution % are you using? This happens if you have the % set too high. See http://www.slipstick.com/outlook/outlook-items-always-open-full-screen/ for more information.
  12. Forum Admin

    Using Libraries when inserting a file in Outlook 2013

    Libraries do work in Windows 7 but I can't get them to work in Windows 8. I'll check again tomorrow when I reboot.
  13. Forum Admin

    outlook 2007 calendar

    This is an Outlook.com account? Did you enable two-factor authentication? Do you get any error messages?
  14. Forum Admin

    Multiple email accounts in outlook and multiple iphones

    If you are using icloud to sync, it's just a matter of signing in to the icloud on the phone using the same apple id as before. if you created a new apple id, then it will want to remove the current icloud and use the one linked to the new apple id.
  15. Forum Admin

    Protecting VBA code - anything new?

    No, nothing is on the horizon. You'd need to compile it into an addin to truly protect it.
  16. Forum Admin

    initiated by... becoming unlinked

    This is a shared database? I think I know why its happening - the entryid (or another field) is changing, which drops between the name and the account or contact, but I don't know why.
  17. Forum Admin

    screen freezes, then turns white

    have you used scanpst on the pst file yet? i would start with that first.
  18. Forum Admin

    Synch issue

    i assume this is a new issue that has never happened before?
  19. Forum Admin

    creating custom stationery

    Yes, save as html is how you create stationery. Animation is not supported in Outlook, but the graphics will work and, yes, you can select it and paste it into the email, the save that as stationery.
  20. Forum Admin

    Outlook 2010 Not responding after IMAP folder deletion or copying.

    You are trying to copy folders in a pst into the imap account? How much mail is in the folders?
Back
Top