Our business uses a shared public calendar for organizing shows. Part
of this process involved attaching the various documents associated
with each show to the calendar item.
I'd like to know if I can create a form which will display the
attached files in a view which will show the complete file name and
the date.
I'd like the equivalent of the details view in windows explorer.
All clients are Outlook XP or 2003. Server is Exchange 2003.
Thanks in advance.
Jim
IEP-MPG
It's possible. You could use a list box or grid control on a custom form
page to display the attachment information in rows and columns. To get that
information, you'd need to iterate the Attachments collection with CDO or
Redemption, which expose more information about each attachment.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Our business uses a shared public calendar for organizing shows. Part
> of this process involved attaching the various documents associated
[quoted text clipped - 12 lines]
> Jim
> IEP-MPG
Jim Thweatt - 05 Aug 2004 19:04 GMT
Thanks for the reply. Unfortunately, you have referred to programming
issues beyond my knowledge. I believe I would need to hire someone to
develop the forms and scripts I need. Any suggestions where I could
find someone who would be interested in that kind of work.
> It's possible. You could use a list box or grid control on a custom form
> page to display the attachment information in rows and columns. To get that
[quoted text clipped - 17 lines]
> > Jim
> > IEP-MPG
Sue Mosher [MVP-Outlook] - 05 Aug 2004 19:58 GMT
There's a list of Outlook developers at
http://www.slipstick.com/dev/devlist.asp.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Thanks for the reply. Unfortunately, you have referred to programming
> issues beyond my knowledge. I believe I would need to hire someone to
[quoted text clipped - 22 lines]
> > > Jim
> > > IEP-MPG