

- #OUTLOOK FOR MAC DIAGNOSTICS HOW TO#
- #OUTLOOK FOR MAC DIAGNOSTICS ARCHIVE#
- #OUTLOOK FOR MAC DIAGNOSTICS CODE#
Solution: Export items as an Outlook for Mac data file. After you copy the folder to On My Computer, you can delete the original folder. You can also copy a whole folder of messages by dragging the folder from an IMAP or Microsoft Exchange account to On My Computer.
#OUTLOOK FOR MAC DIAGNOSTICS HOW TO#
To learn more about how to create rules, see Create a rule or edit a rule in Outlook for Mac 2011.
#OUTLOOK FOR MAC DIAGNOSTICS ARCHIVE#
For example, you could create a rule to move all messages that are older than three months to an archive folder under On My Computer. To keep your inbox from becoming too full, you can create rules to move or delete certain messages automatically.

It may take time to get accurate documentation for all of them.After completing this procedure, you might want to turn on the unified inbox, which was turned off in step 3.Īfter you move a message to a folder on your computer, that message is no longer available when you access your account from a different computer. I can also open a documentation bug to get the rest of the properties updated. If you rely any other properties that aren't documented, we can get the documentation updated. For the properties that are objects, it may be documented on one of the child properties. Thanks for pointing that out.įor the other ntext properties, in some cases the documentation will mention the supported Hosts or a requirement set version. It may be a documentation bug that it's listed in requirement set 1.3. Since you mentioned officeTheme as another example, it's currently in preview for Outlook for Windows. I'll check to see if this can be added to the documentation. Usually the documentation will specify which requirement set contains the API. is only available in newer versions of Outlook. mailbox.diagnostics is part of Mailbox requirement set 1.0, so it will be available in all versions of Outlook. hostName, and does not have a corresponding property, but would always be "Outlook" for Outlook add-ins. (please note, the property name and values are different between the two objects). mailbox.diagnostics object in place of Office.
#OUTLOOK FOR MAC DIAGNOSTICS CODE#
Our code crashes when it tries to access the host and platform on an undefined object.
/cdn.vox-cdn.com/uploads/chorus_asset/file/21899383/Outlook_for_Mac_Ignite_Blog___Image_3.png)
Our plugin is not working for one of our customers because our code assumes that, after waiting for to be called, should be defined. Most importantly, we cannot find anywhere in the documentation that would suggest that diagnostics, host, platform, and touchEnabled are not available in all requirement sets. However, officeTheme should be present since it was added in Requirement Set 1.3.

I would expect auth to be missing since that is a Preview feature, and according to the documentation, Windows Outlook 2016 for one-time purchase should support up to Requirement Set 1.4. Notice how auth, diagnostics, host, isDialog, officeTheme, platform, and touchEnabled are missing.
