Using FAXCOMEXLib

W

Wilson

Hi,

I try to use FAXCOMEXLib in the program. I got errors when using

Statement :
FaxRecipients cFaxReceipients = new FAXCOMEXLib.FaxRecipientsClass() ;

Error :
FAXCOMEXLib.FaxRecipientsClass.FaxRecipientsClass()' is inaccessible due to its protection level

Any comment ??

Thanks
Wilson
 
L

L.Peter

Try this
FAXCOMEXLib.FaxDocument objFaxDocument = new FAXCOMEXLib.FaxDocument();
FAXCOMEXLib.FaxRecipients collFaxRecipients = objFaxDocument.Recipients ;

hth
L.Peter

Hi,

I try to use FAXCOMEXLib in the program. I got errors when using

Statement :
FaxRecipients cFaxReceipients = new FAXCOMEXLib.FaxRecipientsClass() ;

Error :
FAXCOMEXLib.FaxRecipientsClass.FaxRecipientsClass()' is inaccessible due to
its protection level

Any comment ??

Thanks
Wilson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top