Search results

  1. B

    iCloud and Outlook only syncing in one direction

    I have an iCloud account which is sycned with my Outlook 2010 and Android calendar. It is not smooth sailing: Appointments made in my iphone appear in my Android Calendar and Outlook. Appointments made in my Android calendar appear in my phone and iCloud but not Outlook BUT...
  2. B

    Closing Exchange service, how to keep all calendar and mail data?

    My boss has decided to finish our hosted Exchange service, against my advice. It means we won't be able to have sychronised mail and calendars any more. To protect our data from loss, and import it into a new Outlook profile, what do I need to do? I have the OST file but what would I do...
  3. B

    Auto BCC VBA macro: how to add exceptions?

    Thanks Diane, the problem with that is that I need to remember to add the character to those emails. I'm really hoping to find a way to automate the process. Meantime I will keep deleting those contacts from Zoho ...
  4. B

    Auto BCC VBA macro: how to add exceptions?

    Yup, tried that rearrangement and made "personal" lower case and still it applied the bcc to a personal category and showed up in Zoho. I wondered if the fact my categories are being applied as a rule after sending is the problem as the BCC will have already kicked in by the time the category...
  5. B

    Auto BCC VBA macro: how to add exceptions?

    Update, both test emails arrived in Zoho. Including the one to my dad, whose category is "personal".
  6. B

    Auto BCC VBA macro: how to add exceptions?

    Thanks Diane, Outlook is showing BCC to zoho for all mails, even personal categories, but the bcc mails are not arriving in Zoho. This is how it looks currently: Private Sub Application_ItemSend(ByVal Item As Object, _ Cancel As Boolean) Dim...
  7. B

    Auto BCC VBA macro: how to add exceptions?

    No I want to BCC ALL addresses except those marked personal. it would be too complicated to make a category for every other email I send.
  8. B

    Auto BCC VBA macro: how to add exceptions?

    Well this is what I have now and it's not bbc-ing: Private Sub Application_ItemSend(ByVal Item As Object, _ Cancel As Boolean) Dim objRecip As Recipient Dim strMsg As String Dim res As Integer Dim strBcc As String On Error...
  9. B

    Auto BCC VBA macro: how to add exceptions?

    So in this section: strBcc = "address@domain.com" ElseIf Item.Categories = "Important" Then strBcc = "new@address.com" > .. I presume the first address@domain is my Zoho CRM address but what goes in "new@address.com"? But then it doesn't seem to be using the "personal"...
  10. B

    Auto BCC VBA macro: how to add exceptions?

    Thanks Diane, should I replace everything in my VBA with your code?
  11. B

    Auto BCC VBA macro: how to add exceptions?

    Hi Diane, Making the change you suggested looks like this now: http://imm.io/19ycv and I am still getting the same error.
  12. B

    Auto BCC VBA macro: how to add exceptions?

    Unfortunately this is my first exposure to VBA plus I have a cold so my head is not working right. I've moved that text but still getting an error, albeit it in a different place: http://imm.io/19xQ9 I've pasted the code here in the hopes that you may take pity on my befuddled state and...
  13. B

    Auto BCC VBA macro: how to add exceptions?

    Hmm Evernote compressed the screenshot a bit. This might be easier to read: http://www.imagebam.com/image/052902260891932 but basically, it is saying "compile error. Invalid outside procedure".
  14. B

    Auto BCC VBA macro: how to add exceptions?

    Hi Diane, thanks for bearing with me. I have created a rule that gives the "personal" category to certain addresses. However I am now getting an error as per this screenshot. Are you able to tell me what I have got wrong...
  15. B

    Auto BCC VBA macro: how to add exceptions?

    Thanks Diane, where would I insert this tex, and how would I do this for multiple addresses?
  16. B

    Auto BCC VBA macro: how to add exceptions?

    Hi folks, I have installed this macro: http://www.slipstick.com/outlook/email/automatically-bcc-all-message/ but what do I need to do to add exceptions, ie I don't want emails to be BCCd to particular addresses. Thanks in advance for advice - I am not very familar with VBA. Jo
  17. B

    Can't see Sent Items folder in OL 2010 Imap

    Hi folks, I can't locate my sent messages folder for my imap account. I know it exists because I can search for messages whose location is listed as Sent Items but it does not appear on my folder list and I can't find any way to access it. There is a folder called "Sent" which contains...
  18. B

    Outlook 2010 won't preview Office attachments

    Yeah I had seen that, and no luck with it. Thanks.
  19. B

    Outlook 2010 won't preview Office attachments

    I installed Office 2010 on my brand new Win 8 64 bit laptop. Clicking on Word, Excel PDF or PP attachments in Outlook does not preview them - I just get the continued message "opening (app) previewer". I can save and open them. In Safe Mode I can preview PDFs but no Office docs. I have...
  20. B

    Outlook 2010 asking for password constantly, won't accept correct one

    Hi Diane, yes it's fine if I turn off the tablet and restart Outlook, bit a of a pain though. My mail server is moro.cpanelhosting.co.nz
Back
Top