Hi All, I am trying to create COM object using CDO.IBodyPart. But at the run time it returns null leading to generate an exception when executed further.
Here is the code:
COM c;
c = new COM('CDO.IBodyPart'); // after execution c is null
c.fileName('C:\\temp\\a.txt'); // since c is null, execption is
generated
Please let me know what all are the other COM objects available that
can be used here.
Thank You.

