[Libreoffice-bugs] [Bug 103456] VBA to export Outlook 2010 Contacts to Spreadsheet using VBA with Windows operating system and Outlook installed

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri May 12 15:06:19 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=103456

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Justin L <jluth at mail.com> ---
I'd think it is extremely safe to say that we will never support this.  The
macro is obviously extremely tied to Microsoft's internal Outlook API.

'Variables for importing data from Outlook
Dim olApp As New Outlook.Application
Dim olNS As Outlook.NameSpace
Dim olPST As Outlook.MAPIFolder
Dim olFolder As Outlook.MAPIFolder
Dim olItems As Outlook.Items

'------------------------
'Import data from Outlook
'------------------------

    Set olNS = olApp.GetNamespace("MAPI")

 ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170512/d17f3608/attachment.html>


More information about the Libreoffice-bugs mailing list