If you use Exchange OLE DB Provider (ExOLEDB) and Microsoft
ActiveX Data Objects (ADO) to access items in Microsoft Exchange Server 2003 or
in Microsoft Exchange 2000 Server and you try to access a multivalued binary
property as an ADO Field property, an empty value is returned.
↑ Back to the top
This problem occurs because you cannot access multivalued
binary properties by using ExOLEDB. Accessing multivalued binary properties is
not supported by ExOLEDB. ExOLEDB cannot parse the multivalued binary data in
Exchange into the correct format so that the data is returned as an ADO Field
property.
↑ Back to the top
To access the data, you must use an alternative technology.
You can access multivalued binary properties by using Extended MAPI and Web
Distributed Authoring and Versioning (WebDAV).
↑ Back to the top
For more information about multivalued binary properties in
Extended MAPI, visit the following Microsoft Web site:
For more information about multivalued binary properties in
WebDAV, see the "XML-Data Data Types" topic in the Exchange software
development kit (SDK).
↑ Back to the top