Our knowledge base is a comprehensive resource designed to help you get the most out of our products. It includes getting started articles that guide you through initial setup, detailed information on specific features, and troubleshooting resources to assist you with any issues you may encounter. Explore our knowledge base to find helpful information about our products and answers to common questions.
Latest KB Entries
IMAP moved message not being deleted.
02/26/2014 - When calling the MoveToMailbox method, the original message is not deleted.
IMAP MoveToMailbox Requires Expunge to Remove Messages
02/26/2014 - Learn why messages moved using MoveToMailbox remain in the original mailbox until ExpungeMailbox is called to permanently delete them.
Zip Code Example: Real time addition of files to an archive
02/21/2014 - The Zip component supports adding files to an archive as they become available.
Incrementally Add Files to a ZIP Archive in .NET and Java
02/21/2014 - Learn how to build a ZIP archive incrementally in .NET/Java by using CloseArchiveAfterCompress so files can be appended as they become available.
AS3 Code Example: Sending and Receiving
02/13/2014 - Sample code for sending and receiving EDI data with AS3 is shown below.
AS3 Sending and Receiving Example in IPWorks EDI
02/13/2014 - Demonstrates how to send and receive EDI messages using AS3Sender and AS3Receiver components.
Configure traffic throttling
02/12/2014 - How can I configure traffic throttling?
Configuring Traffic Throttling in IPWorks Components
02/12/2014 - Explains how to control outbound data transfer rates using the MaxTransferRate configuration setting in /n software components.
OpenPGP Code Example: Set the PGP Version header
02/11/2014 - When encrypting or signing the PGP Version header can be set to any value.
Customizing PGP Version Header in OpenPGP Messages
02/11/2014 - Demonstrates how to set a custom Version header when generating OpenPGP encrypted or signed messages using the OpenPGP component.
Encrypt with OpenPGP Using .asc Public Key File
02/07/2014 - Learn how to encrypt messages using an OpenPGP .asc public key file directly with IPWorks OpenPGP components without importing it into a keyring.
Handling GUI Freezing in .NET Component Event Handlers
02/05/2014 - Learn why accessing the GUI from asynchronous component events can cause freezing and how to resolve it.