Embed a pdf in an outlook email for mac? outlook support

broken image

Then set the coercionType parameter of prependAsync or setSelectedDataAsync accordingly (2) to insert the data, as shown in the following table. The value that getTypeAsync returns depends on the original item format, as well as the support of the device operating system and application to editing in HTML format (1). Before inserting, you should always first verify the supported item format by calling getTypeAsync, as you may need to take additional steps. In Outlook, a user can create a message in text, HTML, or Rich Text Format (RTF), and can create an appointment in HTML format. To use these methods, make sure you have set up the add-in manifest appropriately so that Outlook activates your add-in in compose forms, as described in Create Outlook add-ins for compose forms.

broken image

These asynchronous methods are available to only compose add-ins. You can use the asynchronous methods ( Body.getAsync, Body.getTypeAsync, Body.prependAsync, tAsync and tSelectedDataAsync) to get the body type and insert data in the body of an appointment or message item that the user is composing.