Newbee question (fields)

V

vboy

I have created a simple replication of the Appointment form. Using Outlook
2003.


1. How can I recreate the 'note' field as in the Appointment form? I can't
find it in the field chooser.

2. What is the viewing order of the Day/Week/Month banner. It looks like:
a. Alarm Icon
b. Subject
c. Location
d. Notes (this is the one I am looking for)
e. ?????? Is anything else displayed after this?

Where can I find more information about these kind of questions.
 
S

Sue Mosher [MVP-Outlook]

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

Other comments inline.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



vboy said:
I have created a simple replication of the Appointment form. Using Outlook
2003.


1. How can I recreate the 'note' field as in the Appointment form? I
can't
find it in the field chooser.

It's the Body property.
2. What is the viewing order of the Day/Week/Month banner. It looks like:
a. Alarm Icon
b. Subject
c. Location
d. Notes (this is the one I am looking for)

Body again, but only in a view with AutoPreview turned on.
e. ?????? Is anything else displayed after this?
No.

Where can I find more information about these kind of questions.

The object browser, the VBA help file, and your own testing are good places
to start.
 
Top