cancel
Showing results for 
Search instead for 
Did you mean: 

New Connector for Microsoft Office 365 - Outlook Released!

ewilson
Staff
Staff
All,

A new connector is available, on the Digital Exchange, for working with Microsoft Office 365 - Outlook. This is a complete design of the previous Microsoft Graph API - Outlook connector.

The new connector is implemented as a traditional VBO (Visual Business Object), so there are no issues with being able to download and save attachments directly from the connector. This connector has similar actions to the legacy Outlook VBO, but since it leverages Microsoft Graph API, behind the scenes, it does not require Outlook to be installed locally on the runtime resource.

Some things to be aware of:
  • The legacy Outlook VBO exposed multiple actions (i.e. Basic, Advanced, and Expert) for retrieving emails from the Inbox or Sent Items folders. The new VBO simplifies and consolidates these multiple actions into a single action that support OData $search and $filter options. Refer to the documentation for links to further Microsoft information about using these properties.
  • Microsoft limits the size of attachments when sending emails via the Graph API. Their documentation is a little confusing on what the actual max size is. The Graph API documentation implies that singular file attachments can be up to 150MB each, but Exchange Online limits the overall size of a Message (i.e. headers, body, attachments, etc all together) to no more that 150MB. In our testing, the latter appears to be the actual case. 

You can find the new connector at the following link:

Microsoft Office 365 - Outlook

#BPTechTips #DigitalExchange #Outlook

Cheers,
 ​​​

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
75 REPLIES 75

@ewilson  I have gone through that post and validated the code by removing the reference of refence attachment and tried with output Json, still got the same error.

kiranb25_0-1722440836449.png

Any work around code for this issue for time being..?

Thanks,

 

@ewilson my bad, its working now.

Appreciate your quick response. thanks 

@kiranb25 version 1.5.1 of the VBO was just posted to the DX. It addresses the attachment issue.

Cheers,
Eric

Hi Eric,

I have an issue with Attachment File Paths in "Reply to Mail"

I recently connected to Microsoft Office 365 and have been testing the "Reply to Mail" and "Forward" feature. I encountered an issue when replying to an email with an attachment — the full file path is included in the attachment name instead of just the file name. For example, an attachment appears as C:\Users\%username\test.pdf instead of simply test.pdf.

Image :

Christer_Tellefsen_0-1727268424534.png

I was wondering if this is something you are considering fixing in a future release. In the meantime, I am working to implement a solution by creating an extension of the code outside the official object to ensure only the file name is used.

Looking forward to your response.

Best regards,
Christer

Hello @Christer_Tellefsen,

You're referring to when you pass attachments into the action, the full path of the individual files is included as the file name, correct?

Cheers,
Eric

@Christer_Tellefsen 

Version 1.5.3 of the VBO has been published to the DX.

Cheers,
Eric