473,466 Members | 1,439 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Using FAXCOMEXLib

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
Nov 15 '05 #1
2 4114
Try this
FAXCOMEXLib.FaxDocument objFaxDocument = new FAXCOMEXLib.FaxDocument();
FAXCOMEXLib.FaxRecipients collFaxRecipients = objFaxDocument.Recipients ;

hth
L.Peter

"Wilson" <wi******@myrealbox.com> wrote in message
news:Oy**************@TK2MSFTNGP09.phx.gbl...
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
Nov 15 '05 #2
Great !!

Thanks
Wislon

"L.Peter" <no@spam.local> wrote in message
news:Oq**************@TK2MSFTNGP09.phx.gbl...
Try this
FAXCOMEXLib.FaxDocument objFaxDocument = new FAXCOMEXLib.FaxDocument();
FAXCOMEXLib.FaxRecipients collFaxRecipients = objFaxDocument.Recipients ;

hth
L.Peter

"Wilson" <wi******@myrealbox.com> wrote in message
news:Oy**************@TK2MSFTNGP09.phx.gbl...
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

Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Brett | last post by:
I am currently in the process of building a vb.net windows application that will be used to send faxes and monitor these faxes as they are sent. In the project I am building the fax functionality...
0
by: kmcnet | last post by:
Hello Everyone and thanks for your help in advance. I am working on a project that requires the programming of the MS Fax Service. I need to be able to react to events, specifically and incoming...
2
by: rawCoder | last post by:
Hi All, I have a *.cer file, a public key of some one and I want to encrypt some thing using this public key. Can someone point me to a sample code for Encrypting some file using...
1
by: Mike | last post by:
When trying to compile (using Visual Web Developer 2005 Express Beta; frameworkv2.0.50215 ) the source code below I get errors (listed below due to the use of ICallBackEventHandler. Ultimately I...
10
by: Christopher Benson-Manica | last post by:
Why can't I use a class destructor in a using declaration: using MyClass::~MyClass; ? -- Christopher Benson-Manica | I *should* know what I'm talking about - if I ataru(at)cyberspace.org ...
17
by: beliavsky | last post by:
Many of my C++ programs have the line using namespace std; but the "Accelerated C++" book of Koenig and Moo has many examples where the library names are included one at a time, for example ...
2
by: Rick | last post by:
VS.NET 2005 I am developing a fax routine in a NET program using the FAXCOMExLib.dll Everything works as planned when I run from my development machine. When I put the program on the server...
3
by: JDeats | last post by:
I have some .NET 1.1 code that utilizes this technique for encrypting and decrypting a file. http://support.microsoft.com/kb/307010 In .NET 2.0 this approach is not fully supported (a .NET 2.0...
0
by: Kent Bolton | last post by:
We have had the same issue ... it seems that the COM Interop wrapper leaks quite a lot of memory when iterating through the faxes in the folders. We found that we could avoid this by iterating...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.