How to create a new data type in .pst

W

wolfh

Is it possible to create a new data type in outlook, . Currently there are
contacts, calendar, etc etc

like a folder, that displays entries from a sql table on the right.
 
E

Eric Legault [MVP - Outlook]

Your best bet for presenting data from an external source is to use either a
custom form that loads controls via VBScript with your data using ADO, or use
HTML with VBScript that does the same to display the info in a web page that
can be visible within the folder by using the Home Page option.
 
Top