Microsoft Outlook 14.0 Object Library Mac
Object model (Outlook); 2 minutes to read +1; In this article. This section of the Outlook VBA Reference contains documentation for all the objects, properties, methods, and events contained in the Outlook object model. Use the table of contents in the left navigation to view the topics in this section. 「Microsoft Excel 15.0 Object Library」きたぁーーーーー! あと、警告をクリックすると、こんなこと言われますが、 「参照される次のコンポーネントに使用できる、更新されたカスタム ラッパーがあります. Microsoft Outlook 14.0 Object library. This library is included with Office 2011 for Mac, and Office 2016 for Mac up to and including version 15.39. In the Visual Basic Editor choose Tools References. The current Insider Fast build of Office for Mac uses Microsoft Office 16.0 Object Library. How to Add an Object Library Reference in VBA Outlook PST File Recovery, Outlook Solutions / By AuthorCCW In Outlook VBA editor, if you desire to use the objects of other applications, such as Microsoft Excel or Word, you have to add the according object library references in the first place.
If any one app is maximized, my dock and menu bar disappear, and I have to minimize the apps to see those. If you encounter any errors, you can always contact us via Help Report an Issue. Microsoft remote desktop mac os x. I use work related apps and have more than one open at the same time. Copper planet, Inferior compared to version 8I work remotely and must use this for work.
-->You can't run your code until all missing references are resolved.
This error has the following causes and solutions:
A referenced project could not be found, or a referencedobject library corresponding to the language of the project could not be found.
Unresolved references are prefixed with MISSING in the References dialog box. Select the missing reference to display the path and language of the missing project or library. Follow these steps to resolve the reference or references:
To resolve the references
Display the References dialog box.
Select the missing reference.
Start the Object Browser.
Use the Browse dialog box to find the missing reference.
Click OK.
Repeat the preceding steps until all missing references are resolved.
Once you find a missing item, the MISSING prefix is removed to indicate that the link is reestablished. If the file name of a referenced project has changed, a new reference is added, and the old reference must be removed.To remove a reference that is no longer required, simply clear the check box next to the unnecessary reference. Note that the references to the Visual Basic object library and host-application object library can't be removed.
Applications may support different language versions of their object libraries. To find out which language version is required, click the reference and check the language indicated at the bottom of the dialog box.Object libraries may be standalone files with the extension .OLB or they can be integrated into a dynamic-link library (DLL) They can exist in different versions for each platform. Therefore, when projects are moved across platforms, for example, from Macintosh to Microsoft Windows, the correct language version of the referenced library for that platform must be available in the location specified in your host application documentation.
Object library file names are generally constructed as follows:
Windows (version 3.1 and earlier): Application Code + Language Code + [Version].OLB. For example: The object library for French Visual Basic for Applications, Version 2 was vafr2.olb. The French Microsoft Excel 5.0 object library was xlfr50.olb.
Macintosh: Application Name Language Code [Version] OLB. For example: The object library for French Visual Basic for Applications, Version 2 was VA FR 2 OLB. The French Microsoft Excel 5.0 object library was MS Excel FR 50 OLB.
If you can't find a missing project or library on your system, contact the referencing project's author. If the missing library is a Microsoft application object library, you can obtain it as follows:
If you have access to Microsoft electronic technical support services, refer to the technical support section of this Help file. Under electronic services, you will find instructions on how to use the appropriate service option.
If you don't have access to Microsoft electronic technical support services, Microsoft object libraries are available upon request as an application note from Microsoft. Information on how to contact your local Microsoft product support organization is also available in the technical support section of this Help file.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
Note
Interested in developing solutions that extend the Office experience across multiple platforms? Check out the new Office Add-ins model. Office Add-ins have a small footprint compared to VSTO Add-ins and solutions, and you can build them by using almost any web programming technology, such as HTML5, JavaScript, CSS3, and XML.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.
-->To use the features of a Microsoft Office application from an Office project, you must use the primary interop assembly (PIA) for the application. The PIA enables managed code to interact with a Microsoft Office application's COM-based object model.
Note
Interested in developing solutions that extend the Office experience across multiple platforms? Check out the new Office Add-ins model. Office Add-ins have a small footprint compared to VSTO Add-ins and solutions, and you can build them by using almost any web programming technology, such as HTML5, JavaScript, CSS3, and XML.
When you create a new Office project, Visual Studio adds references to the PIAs that are required to build the project. In some scenarios, you might need to add references to additional PIAs (for example, if you want to use a feature of Microsoft Office Word in a project for Microsoft Office Excel).
This topic describes the following aspects of using the Microsoft Office PIAs in Office projects:
For more information about primary interop assemblies, see Primary interop assemblies.
Separate primary interop assemblies to build and run projects
Visual Studio uses different sets of the PIAs on the development computer. These different sets of assemblies are in the following locations:
A folder in the program files directory
These copies of the assemblies are used when you write code and build projects. Visual Studio installs these assemblies automatically.
The global assembly cache
These copies of the assemblies are used during some development tasks, such as when you run or debug projects. Visual Studio does not install and register these assemblies; you must do this yourself.
Primary interop assemblies in the program files directory
When you install Visual Studio, the PIAs are automatically installed to a location in the file system, outside of the global assembly cache. When you create a new project, Visual Studio automatically adds references to these copies of the PIAs to your project. Visual Studio uses these copies of the PIAs, instead of the assemblies in the global assembly cache, to resolve type references when you develop and build your project.
These copies of the PIAs help Visual Studio avoid several development issues that can occur when different versions of the PIAs are registered in the global assembly cache.
Starting with Visual Studio 2017, these copies of the PIAs are installed to following shared locations on the development computer:
%ProgramFiles%Microsoft Visual StudioSharedVisual Studio Tools for OfficePIA(or
%ProgramFiles(x86)%Microsoft Visual StudioSharedVisual Studio Tools for OfficePIAon 64-bit operating systems)On my mac where are microsoft documents kept free. Jan 25, 2019 That is not the case with Microsoft word. Yes, it has functions that other word processors don't. I downloaded it specifically to use the 'Compare Documents' function which Pages does not have. It crashed on me four times in the first five minutes and even made my Mac freeze. Jan 24, 2016 Why do I not have access to “My Documents and Settings” in Windows 10? I need to change my adobe prefs, and I am not allowed access?? I am a bit annoyed about this, as I am the owner and sole user. So please tell me how to access Documents and Settings folder? (and why does the answer not appear in any forum here already?). Dec 16, 2019 When you turn off Desktop & Documents Folders, your files stay in iCloud Drive and a new Desktop and Documents folder is created on your Mac in the home folder. You can move files from iCloud Drive to your Mac as you need them, or select all of your files and drag them to.
Note
For older versions of Visual Studio, these PIAs will be installed to the Visual Studio Tools for OfficePIA folder under the %ProgramFiles% folder for that version of Visual Studio.For Example: %ProgramFiles(x86)%Microsoft Visual Studio 14.0Visual Studio Tools for OfficePIA
Primary interop assemblies in the global assembly cache
To perform certain development tasks, the PIAs must be installed and registered in the global assembly cache on the development computer. Typically, the PIAs are installed automatically when you install Office on the development computer. For more information, see Configure a computer to develop Office solutions.
The Office PIAs are not required on end-user computers to run Office solutions. For more information, see Design and create Office solutions.
Use features of multiple Microsoft Office applications in a single project
Every Office project template in Visual Studio is designed to work with a single Microsoft Office application. To use features in multiple Microsoft Office applications, or to use features in an application or component that does not have a project in Visual Studio, you must add a reference to the required PIAs.
In most cases, you should add references to the PIAs that are installed by Visual Studio under the %ProgramFiles(x86)%Microsoft Visual StudioSharedVisual Studio Tools for OfficePIA directory. These versions of the assemblies appear on the Framework tab of the Reference Manager dialog box. For more information, see How to: Target Office applications through primary interop assemblies.
If you have installed and registered the PIAs in the global assembly cache, these versions of the assemblies appear on the COM tab of the Reference Manager dialog box. You should avoid adding references to these versions of the assemblies, because there are some development issues that can occur when you use them. For example, if you have registered different versions of the PIAs in the global assembly cache, your project will automatically bind to the version of the assembly that was registered last—even if you specify a different version of the assembly on the COM tab of the Reference Manager dialog box.
Note
Some assemblies are added to a project automatically when an assembly that references them is added. For example, references to the Office.dll and Microsoft.Vbe.Interop.dll assemblies are added automatically when you add a reference to the Word, Excel, Outlook, Microsoft Forms, or Graph assemblies.
Primary interop assemblies for Microsoft Office applications
The following table lists the primary interop assemblies that are available for Office 2016, Office 2013 and Office 2010.
| Office application or component | Primary interop assembly name |
|---|---|
| Microsoft Access 14.0 Object Library Microsoft Access 15.0 Object Library | Microsoft.Office.Interop.Access.dll |
| Microsoft Office 14.0 Access Database Engine Object Library Microsoft Office 15.0 Access Database Engine Object Library | Microsoft.Office.Interop.Access.Dao.dll |
| Microsoft Excel 14.0 Object Library Microsoft Excel 15.0 Object Library | Microsoft.Office.Interop.Excel.dll |
| Microsoft Graph 14.0 Object Library (used by PowerPoint, Access, and Word for graphs) Microsoft Graph 15.0 Object Library | Microsoft.Office.Interop.Graph.dll |
| Microsoft InfoPath 2.0 Type Library (for InfoPath 2007 only) | Microsoft.Office.Interop.InfoPath.dll |
| Microsoft InfoPath XML Interop Assembly (for InfoPath 2007 only) | Microsoft.Office.Interop.InfoPath.Xml.dll |
| Microsoft Office 14.0 Object Library (Office shared functionality) Microsoft Office 15.0 Object Library (Office shared functionality) | office.dll |
| Microsoft Office Outlook View Control (can be used in Web pages and applications to access your Inbox) | Microsoft.Office.Interop.OutlookViewCtl.dll |
| Microsoft Outlook 14.0 Object Library Microsoft Outlook 15.0 Object Library | Microsoft.Office.Interop.Outlook.dll |
| Microsoft PowerPoint 14.0 Object Library Microsoft PowerPoint 15.0 Object Library | Microsoft.Office.Interop.PowerPoint.dll |
| Microsoft Project 14.0 Object Library Microsoft Project 15.0 Object Library | Microsoft.Office.Interop.MSProject.dll |
| Microsoft Publisher 14.0 Object Library Microsoft Publisher 15.0 Object Library | Microsoft.Office.Interop.Publisher.dll |
| Microsoft SharePoint Designer 14.0 Web Object Reference Library | Microsoft.Office.Interop.SharePointDesigner.dll |
| Microsoft SharePoint Designer 14.0 Page Object Reference Library | Microsoft.Office.Interop.SharePointDesignerPage.dll |
| Microsoft Smart Tags 2.0 Type Library Note: Smart tags are deprecated in Excel 2010 and Word 2010. | Microsoft.Office.Interop.SmartTag.dll |
| Microsoft Visio 14.0 Type Library Microsoft Visio 15.0 Type Library | Microsoft.Office.Interop.Visio.dll |
| Microsoft Visio 14.0 Save As Web Type Library Microsoft Visio 15.0 Save As Web Type Library | Microsoft.Office.Interop.Visio.SaveAsWeb.dll |
| Microsoft Visio 14.0 Drawing Control Type Library Microsoft Visio 15.0 Drawing Control Type Library | Microsoft.Office.Interop.VisOcx.dll |
| Microsoft Word 14.0 Object Library Microsoft Word 15.0 Object Library | Microsoft.Office.Interop.Word.dll |
| Microsoft Visual Basic for Applications Extensibility 5.3 | Microsoft.Vbe.Interop.dll |
Binding redirect assemblies
When you install and register the Office PIAs in the global assembly cache (either with Office or by installing the redistributable package for the PIAs), the binding redirect assemblies are also installed only in the global assembly cache. These assemblies help make sure that the correct version of the primary interop assemblies is loaded at run time.
For example, when a solution that references a Office 2010 assembly runs on a computer that has the Office 2013 version of the same primary interop assembly, the binding redirect assembly instructs the .NET Framework runtime to load the Office 2013 version of the primary interop assembly.
For more information, see How to: Enable and disable automatic binding redirection.