To build the .DLL
-----------------

First, compile the IDL to a Type Library.  Start a Visual Studio Command Shell, then type

	midl IMAPI_CDBurner.idl

Then, import the Type Library to a .NET Dll

	tlbimp CSBurner.tlb

Then, you've got IMAPI_CDBurner.dll.



To use it: 

In VSNET, right-click the References node in Solution Explorer and choose ADD REFERENCE.  Choose "Browse" and browse to the .DLL.  Click Ok.
