Search results

  1. Forum Admin

    Text Of Facebook Status Updates & Posted Photos NOT Showing In Emails

    I wonder if its a Facebook security setting on the other person's account. Are the same people always shown or not shown?
  2. Forum Admin

    Outlook 2010, "The Operation Failed" Sending emails

    This is exchange, right? I know some imap servers have a problem with the single quotes outlook sometimes puts around an address but it should not affect exchange. what format is the address in? Any odd characters or unusual formatting? (like smtp=alias@domain)
  3. Forum Admin

    Blank GAL in OAB

    From the sounds of it, it's a problem with the offline address book files, not the ost or cached mode. If the solutions there didn't fix it, I'd recommend opening a support case.
  4. Forum Admin

    Problem with import Excel

    I'll check on it and report it if i can repro.
  5. Forum Admin

    Change identity or "from" field if a rule matches

    I don't think that is possible, but Michael will know for sure. What you can do is use a reply script that captures the click and checks the recipient for a specific name then uses the right reply account. Sample code is here but a few people said it didn't work with imap account -...
  6. Forum Admin

    Outlook Shared appointments automatically to Private Calendar

    My wild guess is that an update broke it. Do you know when it last worked and when you noticed it didn't work? If so, you could review the updates installed after that and we could guess as to which might be the problem.
  7. Forum Admin

    BCM 2010 or 2013

    That link is for BCM 2010/2013 - not BCM 2007. BCM 2007 was available in limited availability, it wasn't downloadable. English BCM 2007 is here https://drcdn.blob.core.windows.net/msoffice/pub/X13-11296/X13-11296.exe - it should install fine for you. other languages are at...
  8. Forum Admin

    How to Block from sending mail to public domain.

    This works... instead of trying to use InStr, it uses an array and compares a string containing the recipients to the domains in the array. If you add domains, you'll need to raise the count for d - or let outlook calculate it using lbound and ubound. Private Sub Application_ItemSend(ByVal...
  9. Forum Admin

    Constantly freezing Outlook 2010

    Make sure all updates are installed - there were some that addressed imap issues. Does it work better in Safe mode? If so, look at the addins - i'd disable any installed by your antivirus and disable the email scanner in the AV software too. (Microsoft Security Essentials doesn't scan mail.)...
  10. Forum Admin

    Outlook stopped working

    That is a C++ dll AFAIK - you might need the latest builds - you should have them though, as the bits are pretty old. Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
  11. Forum Admin

    MobileMe Services Has Stopped Working

    Go to the Event Viewer in Control panel, admin tools and see if there are any events created when outlook crashes. The first few lines should give us some clues.
  12. Forum Admin

    Email address not showing up in account settings

    Is it a non-functioning account or a data file in the folder list? If you can't remove accounts or data files from account settings, you'll need to remove them from the registry but risk turning the profile into toast and creating a new one.
  13. Forum Admin

    VBA code to save email attachments (PDF) as email subject line

    There is a sample here - http://www.slipstick.com/developer/code-samples/save-rename-outlook-email-attachments/ - you'd use newName =itm.subject for the name.
  14. Forum Admin

    Office 365 small business/Outlook 2013 issues

    Office365 Small business is full exchange. The domain you use for OWA (web access) is outlook.office365.com - if you are still accessing it via outlook.com, that is the old domain - if you used the trial, they are delivering to both locations. You definitely shouldn't be having problems...
  15. Forum Admin

    Outlook Error message

    Does he get that message on all folders or on a specific folder? Is he using Outlook 2007 and has a lot of mailboxes or folders? http://support.microsoft.com/kb/953807
  16. Forum Admin

    Automatically move Outlook message to the specific folder when click on reply to all

    In the john kerry folder? and mail from mary contrary goes into the mark contrary folder? Blend the reply macro with the important bits of this macro - http://www.slipstick.com/developer/file-messages-senders-name/ - i'd actually recommend using the email address because display names may vary...
  17. Forum Admin

    Automatically move Outlook message to the specific folder when click on reply to all

    You could use the no script method... Quick Steps. Create one for reply & move. It is possible to do things when reply is clicked, if you wanted all messages to be affected. I have a sample script here: http://www.slipstick.com/developer/vba-when-reply-is-clicked/
  18. Forum Admin

    Not all messages get downloaded in the Sent folder

    Filter applied means the imap view you are using hides messages marked for deletion. Change views and you'll see the message count. The order outlook using to get the contents isn't unusual - outlook gets the very newest then starts with the oldest messages. Are all folders synced yet? The...
  19. Forum Admin

    Outlook 2010 Email Not Default Email

    Are you using 64 bit office? That is a common error when 32bit programs can't find 64bit outlook.
  20. Forum Admin

    A bug in calendar form?

    That is direct booking and the behavior is normal when you use direct booking. Users should use schedule view and invite the calendar. What version of Exchange do you use? You might be able to block it.
Back
Top