Recent content by txgator

  1. T

    VBA to process each email

    It will still be easier to manage - once I get the code written to open the excel file and populate the array. The differences between automatically forwarding and redirecting an incoming message are as follows: Message forwarding When a rule automatically forwards a message you receive, it...
  2. T

    VBA to process each email

    Michael - Diane - I really appreciate all of your feedback on this - it is going to save me so much time by having a workbook drive all of the rules - and eliminating all of the manual changes. The user environment is setup like this - each user logs into their personal exchange account - and...
  3. T

    VBA to process each email

    Thanks Diane. I did look at that thread as well - and like the thought of using the array to create the domain list and assign those to folders as needed. I did not even think about using VBA to read in the table from Excel - and create the array as it was read - If I could set the excel file...
  4. T

    VBA to process each email

    Ok - found code that is working - but not sure it will work with large volumes - Any suggestions? Thanks. Private Sub Items_ItemAdd(ByVal item As Object) Dim posU As Integer Dim Msg As Outlook.MailItem Dim olApp As Outlook.Application Dim objNS As Outlook.NameSpace Set olApp =...
  5. T

    VBA to process each email

    http://www.slipstick.com/developer/processing-incoming-e-mails-with-macros/ I found this link today and will be using it to test out some of the accounts -
  6. T

    VBA to process each email

    First post here - was not able to find an answer using search - so here goes - We have several large group email boxes at my company - and we are sent many emails. Each customer of our company is assigned to a representative - at the company level. We have setup about 20 rules (not vba -...
Back
Top