L
lorenmcguire
I need to set a user defined variable that will stay in the form once it is
saved to the Calendar. This is using VBScript to set and use variables. I
appear to be able to retrieve the variable, but don't understand how it is
being set. I need to set the variable within the program so I can set a
value of another field to a combination of those variables.
As an example:
tmpCity = Item.UserProperties.Find("txtCity").Value
txtCity is in the field and format of the "Value" page on the Control.
The "Name" of the Control would Be "TextCityControl" on the "Display" page
of the Control.
This is a "user-defined field" within the Item.
I can get the "Value" of the item variable, but how can I set it?
Reading through the book in a variety fo areas, both the Outlook 2003 Inside
and Out and Programming Outlook and Exchange Second Edition is not helping!!
Thanks
saved to the Calendar. This is using VBScript to set and use variables. I
appear to be able to retrieve the variable, but don't understand how it is
being set. I need to set the variable within the program so I can set a
value of another field to a combination of those variables.
As an example:
tmpCity = Item.UserProperties.Find("txtCity").Value
txtCity is in the field and format of the "Value" page on the Control.
The "Name" of the Control would Be "TextCityControl" on the "Display" page
of the Control.
This is a "user-defined field" within the Item.
I can get the "Value" of the item variable, but how can I set it?
Reading through the book in a variety fo areas, both the Outlook 2003 Inside
and Out and Programming Outlook and Exchange Second Edition is not helping!!
Thanks