Hi all, I want to ask is it possible to acess all the mapi properties of a item through CDO. I am trying to read properties of all the item on exchange server 2000. For some properties of items like notes , journal, tasks i am trying to use iItem.Fields.Item("http://schemas.microsoft.com/mapi/proptag/<mapi prop tag>").Value where iItem is CDO.Item ... what i do is , i look for the proerties of item using MDBVU32.exe utility and then try to get the value for the property in my VB code which uses iItem.Fields.Item("http://schemas.microsoft.com/mapi/proptag/<mapi prop tag>").Value for this. but for some properties , i get null as return value ... no Error ... only null string but i can see the properties id , and CORRECT value in MDBVU32 .. So can anyone tell me what may be going wrong ???Any help in this regards will be gr8ly appreciated .. Thanks Jay