L
Laurie Loves Automation
I have created a custom form in Outlook 2007 and am trying to code in a
message (using vbScript) to be sent in a reply e-mail when a user selects a
voting option (which is actually considered a "response"). I cannot get my
code to work and need to know what I am doing wrong. Would someone please
take a look at my code below and help me out?
Function Item_CustomAction(ByVal myAction, ByVal myResponse)
Select Case myAction.name
Case "Apps has tested APMGEN and approves the change(s)"
ItemBody="PARs: 2234" & Item.Body
End Select
End Function
Thanks,
message (using vbScript) to be sent in a reply e-mail when a user selects a
voting option (which is actually considered a "response"). I cannot get my
code to work and need to know what I am doing wrong. Would someone please
take a look at my code below and help me out?
Function Item_CustomAction(ByVal myAction, ByVal myResponse)
Select Case myAction.name
Case "Apps has tested APMGEN and approves the change(s)"
ItemBody="PARs: 2234" & Item.Body
End Select
End Function
Thanks,