I am looking for solution to connect Exchange 2007 from Java SE 6. The problem is, server has OWA enabled, WebDAV disabled, SMTP/IMAP/POP disabled, EWS disabled - that's the reason I have to use MAPI. I found only one library - Exchange Connector from Moonrug Software. Do you know any other solutions using MAPI?
Java MAPI for MS Exchange 2007
2.1k Views Asked by monczek At
2
There are 2 best solutions below
1
Vivek Iyer
On
Can you use ActiveSync to connect to your Exchange Server? If yes, ActiveSync uses simple HTTP POST requests, and the protocol is fully specified. It is not free though (it is licensed). Not sure if this helps.
Related Questions in JAVA
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
- Redirect inside java interceptor
- Push toolbar content below statusbar
- Animation in Java on top of JPanel
- JPA - How to query with a LIKE operator in combination with an AttributeConverter
- Java Assign a Value to an array cell
Related Questions in EXCHANGE-SERVER
- Create Exchange Message Items with EWS and mark them for deletion
- How to import meetings into office365 (EWS and Powershell?)
- EWS Service.FindItems() throws an exception when using SearchFilter.IsEqualTo
- Is there any way to get the list of available equipment in exchange server?
- How to download >1 MB Email attachment using EWS in C#
- Access Exchange mailbox information
- Programmatically determining whether or not Exchange is installed
- How to read from exchange server asynchronously using IMoniker and IStream Interface
- EWS Office 365 Impersonation not working
- calendar schedule request send to the user is accepted or not?
- Run Script to Append Subject and Body of Email
- Java - get contacts from outlook
- Create contacts in Exchange through EWS
- ActiveSync Co-existence failing
- perl office365 imap TLS access not working using IMAPClient
Related Questions in MAPI
- How to read from exchange server asynchronously using IMoniker and IStream Interface
- What actions in Outlook would cause PR_LAST_MODIFIER_NAME or PR_LAST_MODIFICATION_TIME to be modified?
- Packet Sniffing Outlook - > Exchange using MAPI
- How to update PR_DISPLAY_NAME for a meeting?
- MIME MAPI IConverterSession COMException on Activator.CreateInstance
- Fill the destination email field using MAPISendMail
- Is there a way to save MSG files from an Outlook PST file without changing the PR_LAST_MODIFICATION_TIME value?
- MAPI ConfigureMsgService fails with error code 80040115. How to solve this issue?
- How to access the MAPI Zarafa interface in PHP?
- Error while access local machine outlook emails from web application
- MAPI, HrQueryAllRows: Filter messages on subject
- get Manager from Outlook Contacts using VBA
- C++ MAPI: MAPILogonEx, how to open default mail inbox?
- Creating a MAPI Session in VBA
- Parallel and COM (Outlook MAPI) aqcuiring and releasing?
Related Questions in EXCHANGE-SERVER-2007
- Invalid class Exception is thrown from powershell
- MAPI ConfigureMsgService fails with error code 80040115. How to solve this issue?
- Powershell format-table or select-object only show top results
- (MS Exchange) Mailbox database is temporary unavailable
- Get folder permissions in a user's mailbox
- Microsoft Exchange 2007/2010 send SOAP request on an event?
- Exchange server 2007 - ExchangeServiceBinding::UpdateItem failed
- Calling Mailbox related PowerShell methods from C# throws exceptions
- Java MAPI for MS Exchange 2007
- Exchange Server Login Credentials Setup
- Programmatically monitor Exchange Inbox and print label
- Dynamics Ax Emailing PDF from within Ax
- Could not load file or assembly 'Microsoft.Exchange.WebServices, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
- Trying to get the MAPI ID of an Assigned Task in Outlook
- Exchange 2007 sending from accepted domain
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Its not a 1 stop solution but we use JACOB together with Redemption. Redemption is a COM library that wraps MAPI and CDO to make life much easier with MAPI and JACOB is a Java-COM bridge