View Single Post
  #2  
Old April 23rd 10, 11:22 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default How do I refer to user field in VB



See the UserProperties collection. there you can access the field by its
name.

--
Best regards
Michael Bauer - MVP Outlook
Category Manager - Manage and share your categories:
SAM - The Sending Account Manager:
http://www.vboffice.net/product.html?lang=en


Am Thu, 22 Apr 2010 14:38:01 -0700 schrieb Bev Kaufman:

I have created a User-defined field in Outlook Customize View: Messages:
Fields. Before I add this field to my view, I need to populate it with a

VB
program I am writing. But how do I refer to that field in my code. I

have
gone through the objMail properties in the Locals window, and I don't see
anything that looks promising.
Related question. There is a field available to the view called In

Folder,
and I need to use that field in my code, but again, I can't figure out how

to
refer to it.

Ads