View Single Post
  #7  
Old December 17th 08, 03:41 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Slow retrieving items from Outlook

Select SetColumns in the Object Browser and click F1. That will open the
Help which has the list of properties you cannot use. All properties use
their object model names. If SenderName is not blank in the items it should
be returned.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"VOORSPRONG" wrote in message
...
Ken,

Thanks for the answer.

Two issues; Are the column names identically to the property names and if
so
why does SenderName when passed as string not return a value when the
property SenderName is requested. Second; I am not using VBA but a
likewise
COM solution (Visual DataFlex). And in VBA when I went to the SetColumns
instruction I only saw that I needed to enter a string.

Regards,
Vincent Oorsprong
Data Access Europe B.V.
Netherlands


Ads