UserProperties is correct. See http://www.outlookcode.com/d/propsyntax.htm
for basic syntax. If you're having a problem, show a code snippet.
FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba or, via web
interface, at
http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public
.outlook.program_vba

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> What is the syntax to access to user-defined field via VBA? I have created
> two fields in my Calendar folder, but can't figure out how to access them
> via code. I tried .UserProperties but that didn't work.
David C. Holley - 25 Jan 2005 19:24 GMT
THX. I figured out that I needed to use .Add. Why I have no friggin' idea.
David H
> UserProperties is correct. See http://www.outlookcode.com/d/propsyntax.htm
> for basic syntax. If you're having a problem, show a code snippet.
[quoted text clipped - 3 lines]
> interface, at
> http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public
.outlook.program_vba
Sue Mosher [MVP-Outlook] - 25 Jan 2005 19:26 GMT
Probably because of the way you initially defined the field. See
http://www.outlookcode.com/d/fields.htm

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> THX. I figured out that I needed to use .Add. Why I have no friggin' idea.
>
[quoted text clipped - 8 lines]
>> web interface, at
>> http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public
.outlook.program_vba