Hello, What is the CDOEX field name that coresponds to the CDO 1.2.1 message ID field? Is there a document that lists the mapping of CDO 1.2.1 fields to CDOEX? TIA
You can access any of the Mapi properties you access in CDO 1.2 via the http://schemas.microsoft.com/mapi/ namespace in CDOEX see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_cdo_schema_mapi.asp . You can also use some of the other namespaces like mailheader to access the RFC822 fields of a message http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdosys/html/dbca4fb9-afcb-4716-9e0c-4bff45ca0b60.asp . So to get the messageID you should be able to use urn:schemas:mailheader:message-id Cheers Glen "yoav_by" wrote in message news:1147343850.435052.242910@j33g2000cwa.googlegroups.com... > Hello, > > What is the CDOEX field name that coresponds to the CDO 1.2.1 message > ID field? > > Is there a document that lists the mapping of CDO 1.2.1 fields to > CDOEX? > > TIA >
Thanks. Glen Scales [MVP] wrote: > You can access any of the Mapi properties you access in CDO 1.2 via the > http://schemas.microsoft.com/mapi/ namespace in CDOEX see > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_cdo_schema_mapi.asp . > You can also use some of the other namespaces like mailheader to access the > RFC822 fields of a message > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdosys/html/dbca4fb9-afcb-4716-9e0c-4bff45ca0b60.asp . > So to get the messageID you should be able to use > urn:schemas:mailheader:message-id > > Cheers > Glen > > "yoav_by" wrote in message > news:1147343850.435052.242910@j33g2000cwa.googlegroups.com... > > Hello, > > > > What is the CDOEX field name that coresponds to the CDO 1.2.1 message > > ID field? > > > > Is there a document that lists the mapping of CDO 1.2.1 fields to > > CDOEX? > > > > TIA > >