cancel
Showing results for 
Search instead for 
Did you mean: 

Outlook Graph API VBO- issue when mail is attached

Neel1
MVP

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.

 

5 REPLIES 5

Neel1
MVP

hello @ewilson  - Can you check this one as well.

@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

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.

@Neel1 is the embedded image in the new mail or in the attached .msg file?

Cheers,
Eric

Hello @ewilson  - embedded image in the new mail , not in the attached .msg