Search results

  1. S

    Outlook VBA rule script to process both MailItem and MeetingItem

    Is there a way using Outlook VBA to have a rule script process both "MailItem" and "MeetingItem" types? All the code examples I have seen either specify "Item As MeetingItem" or "Item As MailItem", but I need to process both meeting items and mail items. Is there some sort of "OR" condition...
  2. S

    Script to parse email subject, get Username, look up in GAL and redirect email

    Re: Script to parse email subject, get Username, look up in GAL and redirect e We do have EWS. Some code samples would really be helpful though. I have very limited experience with Powershell scripts.
  3. S

    Script to parse email subject, get Username, look up in GAL and redirect email

    Re: Script to parse email subject, get Username, look up in GAL and redirect e This mailbox isn't set up in Outlook. We are hoping to have this script run on a server without the need for Outlook. Another thing I should mention is that all our users are in Active Directory so the...
  4. S

    Script to parse email subject, get Username, look up in GAL and redirect email

    Hi everyone, I'm hoping someone can help here. I'm looking to use Powershell (or anything else if someone can suggest something better) to do the following: 1) Monitor a mailbox for incoming email (mailbox alias name: webmeetings) 2) Check the subject of the email for the phrase "Web...
Back
Top