Recent content by Pd6cbr

  1. P

    Replying to calendar item using VBA

    I found another script and combined the two using an if statement. That way a meeting was handled correctly and if it failed the email script above took over. I also had to change the restriction of just people who had not responded so that all people from the meeting get the email. Send an...
  2. P

    Replying to calendar item using VBA

    Thanks Diane, the error is a run-time error '438' Object doesn't support this property or method and it happens on the replyItem.HTMLBody line. I know that within a meeting invite there is a contact attendees button and you can reply all with email. Is there any way to tap into that functionality?
  3. P

    Replying to calendar item using VBA

    Hello, Wondering if someone can help me. I have created this Macro to reply to emails with a template. It works great until I try and reply to a meeting invite. I get a type mismatch error and I am thinking that it may be that these are .ics items and that's causing the issue. Any help would be...
Back
Top