Recent content by TAVatPCU

  1. T

    Request Addition to Code- convertMail to AccountAppt (from www.Slipstick)

    Thanks for being so patient. I have hunted the www and still can't determine where I may have gone wrong. Any thoughts? Thanks so much.
  2. T

    Request Addition to Code- convertMail to AccountAppt (from www.Slipstick)

    So sorry still not working. See attached images. It just does not seem to find the pattern. The word Subject: is in the body of the message.
  3. T

    Request Addition to Code- convertMail to AccountAppt (from www.Slipstick)

    I would like the original subject line moved to location. Thus the line of: objAppt.Location = "Copied: " & objMail.Subject Then I tried this: objAppt.Subject = M.SubMatches(1) Still no luck. Still getting -- Getting Run-time error '91': Object variable or With block variable not set...
  4. T

    Request Addition to Code- convertMail to AccountAppt (from www.Slipstick)

    Sorry no luck. Getting Run-time error '91': Object variable or With block variable not set.
  5. T

    Request Addition to Code- convertMail to AccountAppt (from www.Slipstick)

    Ooops, attached image is slightly wrong. I was tweaking to no avail. Code is this: Set M1 = Reg1.Execute(objMail.Subject)
  6. T

    Request Addition to Code- convertMail to AccountAppt (from www.Slipstick)

    Per the link provided I checked Microsoft VBScript Regular Expressions 5.5 library in Tools, References. Do I make the Module1 or insert the code into ThisOutlookSession? What does ' \n ' do? Here are the code adjustments I believe you indicated to make. Is this correct as no text is...
  7. T

    Sent Items Rule and Client Only

    Need more help please. Just wondering if I am doing this correctly after following the preceding instructions. 1. I created the After Sent rules logged on as #2 (using Remote Desktop). The rules all comes up with 'client-only' after the rule's name. Should it be this way? 2. The rules...
  8. T

    Request Addition to Code- convertMail to AccountAppt (from www.Slipstick)

    Ah, if it could only be...the message comes from a ticketing system with a ticket number in the subject line. It 'forwards' the original message it gets to the mailbox I am monitoring. The subject:xxxxx is thus moved into the body. I would like the " xxxxx " put into the appointment subject...
  9. T

    Request Addition to Code- convertMail to AccountAppt (from www.Slipstick)

    Yeah it is working. Thanks very much. I tweaked it a bit by using just ' objAppt.Start = objMail.ReceivedTime ' (no + 3) as 50% of the time it will be run at current date & time or another date & time. Another tweak I figured out thanks to you was ' objAppt.Location = "Copied: " &...
  10. T

    Request Addition to Code- convertMail to AccountAppt (from www.Slipstick)

    Thanks very much. Is this what you mean? I am getting a run time error 424 ---------------------------------------'sets it for recd. time AND not tomorrow as 9 AM per sample objAppt.Start = objMail.ReceivedTime objAppt.Body = objMail.Body objAppt.ReminderSet = False objAppt.Move...
  11. T

    Sent Items Rule and Client Only

    Thanks for the reply. I can send out messages from the other mailbox #2. I read the link you provided. Using OL2010. I created the reg key and enabled Cached Exchange mode on my PC. All the mailboxes #1 and #2 are currently syncing up. Suspect that will take till tomorrow. While logged on as...
  12. T

    Request Addition to Code- convertMail to AccountAppt (from www.Slipstick)

    Hi, I am using the below code which converts a messge to an appointment on another mailbox's calendar that I have complete control to. It's great. In some cases I would want to have a different Start and End dates so I guess a new 'sub' could be created, if this makes sense. To enhance this...
  13. T

    Sent Items Rule and Client Only

    OK so I have since learned in very general terms, the After Sent rules are 'client only' just because they are in the Sent Items folder which is client side verse Inbox which is server side. Oh well.
  14. T

    Sent Items Rule and Client Only

    Outlook 2010 Exchange 2010. I have successfully established forwarding rules on a generic Mailbox (call it#1). The rules run without my having to logon to the account. I am now trying to manage Sent Items on another generic mailbox (#2). I tried following the instructions to setup 'After...
  15. T

    The From field difference in OL 2003 to 2010

    Hello, We are testing and getting ready to move from Outlook 2003 to 2010. We noticed in the 'Folder List' and the 'From' field on messages that our names are now displayed as 'mmouse@company.org' in 2010 verses 'Mouse, Minnie' in 2003. If possilbe is there a place to set this back to...
Back
Top