Hi,
I have this simple code which works great (too auto add an appointment) but I would like it so that it makes it a "blue color". any quick fix?
here is the code:
oOut = CREATEOBJECT("outlook.application")
oAppItem = oOut.CreateItem(1)
oAppItem.start = {^2010-03-05 15:00:00}
oAppItem.end = {^2010-03-05 16:00:00}
oAppItem.subject = "DSL Install"
oAppItem.body = "Stuff here for body of message"
oAppItem.Location = "Client Premise"
oAppItem.save
any quick way of adding the "color" to it?
Thanks guys,
Schumi!
I have this simple code which works great (too auto add an appointment) but I would like it so that it makes it a "blue color". any quick fix?
here is the code:
oOut = CREATEOBJECT("outlook.application")
oAppItem = oOut.CreateItem(1)
oAppItem.start = {^2010-03-05 15:00:00}
oAppItem.end = {^2010-03-05 16:00:00}
oAppItem.subject = "DSL Install"
oAppItem.body = "Stuff here for body of message"
oAppItem.Location = "Client Premise"
oAppItem.save
any quick way of adding the "color" to it?
Thanks guys,
Schumi!