Hi,
I'm a blind computer user, and I want to access some of Microsoft Outlook's 
objects directly.  My screen reading software has a scripting language that 
will interface into the VB language, and can access some of Office's objects 
directly.  I'm wanting to access the Outlook calendar via the 
Outlook.Application object, but my VB skills are limited, and syntax is 
where I get tossed off the track!
I'm looking for a news group of VB gurus that can assist me in this task. 
Are these the types of questions I can ask here?

How do I select the 3rd file from the attachment object in Outlook?  Would I 
use the Selection object?  If so, what would be the syntax?  I know how to 
get the item with
Outlook.Application.ActiveInspector.CurrentItem.Attachments.Item(3)
but don't know how to select that puppy!
-- 

Thanks,
Dennis