Please does anybody know if there is a new plugin to read and parse Outlook .msg files?
Hi Marco wellcome to our community!
We bought “OMP Plugin” from https://www.xojo.com/store/ but is not working with XOJO only with old RealBasic versions and some XOJO early versions.
We did some tests:
==========================Macintosh=================================
-
Cleared the cache in /Users/roberto/Library/Caches/Xojo of my MacBook Pro (OSX 10.9)
-
Inserted OMPPlugin.rbx in Plugin Folder of each Real Studio and Xojo version
-
Prepared a simple file OMP_001.rbp just to check the plugin:
Window1.Open:
Sub Open()
// top secret validation code goes here
Dim c as new OMPClass()
Dim emailAddress as String = “xx@xx.com”
Dim licenseKey as String = “xx-xx-xx-xx”
c.Validate(emailAddress, licenseKey)
MsgBox “just a test”
End Sub
End Class
On : Real Studio 2012 Release 2.1 - ok working good
On : Xojo 2013 Release 3.1 - KO not working
On : Xojo 2013 Release 3.3 - KO not working
On : Xojo 2013 Release 4 - KO not working
On : Xojo 2013 Release 4.1 - KO not working
On : Xojo 2014 Release 1 - KO not working
-
New installation of Xojo 2014 Release 1 without any other plugin to control conflicts with other plugins
-
Inserted only OMPPlugin.rbx in Plugin Folder of Xojo 2014 Release 1
On : Xojo 2014 Release 1 - KO not working
- Inserted only OMPPlugin.rbx in Plugin Folder of Xojo 2014 Release 1
On : Xojo 2014 Release 1 - KO not working
==========================Windows XP==================================
- Inserted OMPPlugin.rbx in Plugin Folder of Xojo 2014 Release 1 on Windows XP
On : Xojo 2014 Release 1 - ok working good
==========================FINAL RESPONSE==================================
This plugin does not work at all with new XOJO versions, last working version is only for Xojo 2014 Release 1 and only windows version 32 bit.
I suggest to ask to the developers and users on this forum because it is an interesting matter!