This is the script I'm working on now. It's puny, and I don't know much VBscript. I do know that it doesn't work ; )
///
Sub CheckBox5_Click()
Set myPage = Item.GetInspector.ModifiedFormPages("Form")
Set myTo = myPage.Controls("_RecipientControl1")
myTo = myTo & "; " &...
Geates,
Thanks for your reply. That definitely points me in the right direction, however, I was not as specific as I should have been.
I'm trying to write this script inside of an Outlook custom form, and because of that, I'm not sure that the CDO will still apply. Is that correct?
Hi,
I am creating a new reservation form for my office to use with a calendar. When a user opens the form many form regions are available for filling in. There are also a number of checkboxes that users can choose depending on what their needs are (i.e. "maintenance", "Information Technology"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.