TextBox9 sounds like a control name, not a property name. The two use completely different syntaxes. See http://www.outlookcode.com/article.aspx?ID=38

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>I have a custom form that has a [TextBox9] where I want the user to
> input the current date ex: 06/01/2007
[quoted text clipped - 32 lines]
>
> hewp..
joshnya2 - 30 May 2007 03:33 GMT
TextBox9 is a control. If you look at the bottom of my code snippet
you will see I used it to set the attendee of the meeting request that
gets generated. It is also a control. I read the article you linked
and I was wonderinf ig there was a way to set the date/time on my
meeting invite using the control syntax and not the property syntax.
Thanks for your input, it's really helpful!
On May 29, 5:29 pm, "Sue Mosher [MVP-Outlook]"
<sue...@outlookcode.com> wrote:
> TextBox9 sounds like a control name, not a property name. The two use completely different syntaxes. Seehttp://www.outlookcode.com/article.aspx?ID=38
> --
[quoted text clipped - 43 lines]
>
> - Show quoted text -
Sue Mosher [MVP-Outlook] - 30 May 2007 12:49 GMT
Get the value from the control, as shown on the page I suggested, then use that value to set the value of the date/time property on the meeting request. The CDate() function is useful for converting strings to date values.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> TextBox9 is a control. If you look at the bottom of my code snippet
> you will see I used it to set the attendee of the meeting request that
[quoted text clipped - 46 lines]
>>
>> - Show quoted text -