Retrieving Additional Fields from a Contact Record When Accessing Exchange
Abstract:Retrieving Additional Fields from a Contact Record When Accessing ExchangeThe JebContact class is the wrapper of Exchange Contact. If you intend to retrieve additional contact fields other...
View Article"bad class file. class file has wrong version 50.0, should be 4x.0."
Abstract:"bad class file. class file has wrong version 50.0, should be 4x.0."When compiling your code using the JAR files packaged with J-Integra for COM v2.7 or J-Integra for Exchange v2.7...
View ArticleSearch Messages and Appointments by Entry ID
Abstract:How to Search and Retrieve Messages and Appointments by their Message IDThe following code demonstrates how to search an appointment item by its entry ID. You can apply the same example in...
View ArticleCDO Filter on AppointmentItems
Abstract:CDO Filter on AppointmentItemsAccording to Microsoft Knowledge Base Article - 192404, when filtering on a collection of Collaboration Data Objects (CDO) AppoinmentItems, the Start and End...
View ArticleHow to Send a Task Item
Abstract:How to Send a Task ItemThe following Java code shows how to create and send a task item using CDO and J-Integra for Exchange. For more information on CDO Type property fields, refer toCDO...
View ArticleUsing Events with Microsoft Exchange
Abstract:Using Events with Microsoft ExchangeExchange is very different in the way it exposes events - you do not use a regular type library (CDO.DLL) and run com2java on it, etc. If you noticed, the...
View ArticleHow to Check Free/Busy Information From an Exchange Server
Abstract:How to Check Free/Busy Information From an Exchange ServerThe following code demonstrates how to check someone else's schedule for Free/Busy information using J-Integra and Exchange Server's...
View ArticleAutomationException: 0x5 - Access is denied
Abstract:AutomationException: 0x5 - Access is deniedIf using J-Integra for COM, please refer to the Common Java Exceptions article.If using J-Integra for Exchange, please refer to the Common J-Integra...
View Articlejava.io.IOException: Unable to establish RPC Connection to DCOM SCM on...
Abstract:java.io.IOException: Unable to establish RPC Connection to DCOM SCM on <hostname/ip> (Bind returned Bind_NAK)If using J-Integra for COM, please refer to the Common Java Exceptions...
View ArticleUsing an Admin Account to Access Multiple Mailboxes
Abstract:Using an Admin Account to Access Multiple MailboxesOther Java-Exchange connectors use MAPI and impersonation to access the Exchange Server. The motivation behind using impersonation is to be...
View ArticleRetrieving the Global Address List (GAL) from an Exchange Server
Abstract:Retrieving the Global Address List (GAL) from an Exchange ServerThe following example demonstrates how to retrieve the Global Address List (GAL) from an Exchange server using CDO. Before you...
View ArticleCommon J-Integra for Exchange Problems
Abstract:Common J-Integra for Exchange ProblemsClass not registeredIllegal Argument ExceptionMAPI_E_LOGON_FAILED or Interface not registeredAutomationException: 0x80010106 - Cannot change thread mode...
View ArticleHow do I Install CDO (Collaboration Data Objects)?
Abstract:How do I Install CDO (Collaboration Data Objects)? There are a few ways to install CDO. The method to use depends on what version of Microsoft Outlook you currently have installed (if any)....
View Article