Questions tagged [captaris]
5 questions
4
votes
2 answers
Getting a 'System.AccessViolationException' exception in C# using RightFax
I'm trying to send faxes through RightFax COM API Library:
RFCOMAPILib.FaxServer server = new RFCOMAPILib.FaxServer();
server.ServerName = "xxx";
server.Protocol = CommunicationProtocolType.cpTCPIP;
server.UseNTAuthentication =…

Intrigue
- 672
- 6
- 15
2
votes
1 answer
RightFax C# through RFCOMAPILib - Attachments
I'm trying to send faxes through RightFax in an efficient manner.
My users need to fax PDFs and even though the application is working fine, it is very slow for bulk sending (> 20 recipients, taking abt 40 seconds per fax).
// Fax…

Intrigue
- 672
- 6
- 15
1
vote
7 answers
ASP.NET DLL hell
I have third-party workflow software (Captaris Teamplate) that's referencing an assembly from my project that's referencing other assemblies from our project solution all through the GAC.
When our application executes, it invokes a Captaris…
Sauli V
0
votes
2 answers
Move a fax between Captaris RigthFax servers using APIs
Is there a way to forward a fax from a RigthFax server to another RigthFax server using .NET?

carlos
- 815
- 2
- 14
- 27
0
votes
2 answers
Captaris vs K2 comparison
I’m trying to find some objective comparisons of Captaris and K2 workflow products. I haven’t been able to find anything through the usual channels so if anyone out there has an understanding of both products I’d really like to hear from you. I’m…

Troy Hunt
- 20,345
- 13
- 96
- 151