Outlook Graph API VBO- issue when mail is attached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-08-24 05:18 PM
When user is sending the mail by attaching another mail from outlook itself OR When mail is saved in the system folder and then attach to mail [ as .msg attachment] - graph API VBO is giving error while saving attachment with below error
Internal : Could not execute code stage because exception thrown by code stage: Column contentBytes does not belong to table attachments.
what we further noticed that content byte column is coming where there are embedded image like signature and if above two mails are sent then due to presence of this embedded image - attachments are saved.
but when .eml extension is coming - it is working fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-08-24 05:06 PM
hello @ewilson - Can you check this one as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-24 02:51 PM
@Neel1 to be clear, are you using the Microsoft 365 - Outlook VBO or the older Microsoft Graph API - Outlook Web API Service connector? The latter has been deprecated. I just tested sending a .msg file as an attachment with the Microsoft 365 - Outlook VBO and it worked as expected.
Cheers,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-09-24 05:43 PM
hello @ewilson - yes. i have tested it on Microsoft 365 - Outlook VBO only and on the latest version as well. but we are receiving content byte error for .msg attachment.
In your testing - DO you have any embedded images also along with .msg attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-09-24 06:41 PM
@Neel1 is the embedded image in the new mail or in the attached .msg file?
Cheers,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-09-24 08:28 AM - edited 12-09-24 08:28 AM
Hello @ewilson - embedded image in the new mail , not in the attached .msg
