Search results

  1. mrmmickle1

    UserProperties VBA to move message to another folder

    Diane, I wanted to circle back to this thread and thank you for your time and effort. I have been doing a lot of regression testing at work that it really eating away my time. I should have an opportunity to test this out early next week. I'll post back with my results. After an initial...
  2. mrmmickle1

    UserProperties VBA to move message to another folder

    Here is a little more detail about the process: The process works like this: 1. User Opens Email 2. User types in To, Subject, Body Text 3. User attaches any applicable reports to tthe email (Attachments are not added using itemadd) 4. User Clicks on a QAT shortcut that launches my userform 5...
  3. mrmmickle1

    UserProperties VBA to move message to another folder

    Michael, Thanks so much for the reply. I assume this would be used like this: Dim UserProp As UserProperty Set UsrProp = NewMail.UserProperties.Find("CDTReporting") If Not UsrProp Is Nothing Then MsgBox "UserProperty Exists....." Exit Sub End If Any insight...
  4. mrmmickle1

    UserProperties VBA to move message to another folder

    I have created a custom form that I use to document Reporting Categories. These Categories are then concatenated and put into a UserProperty. I would like to then use the Application_ItemSend Event in order to perform something similar to the following rule: Apply the rule after I send the...
Back
Top