Attachment
5 TopicsiPhone rings when receiving an attachment on Skype
Hi, A strange one which I can't find any info on when doing a Google search..... I'm a user of Skype For Business(SFB). All was working well until around 2 weeks ago. When a colleague sends me any form of attachment via SFB, SFB on my iPhone then starts ringing. It shows on my iPhone that the person who's trying to send an attachment is trying to call me. If i try to answer the call it sits on connecting and doesn't do anything which i guess is expected as the colleague never initiated a phone call. The attachments sent are received fine on my laptop. On my laptop i'm using O365 SFB. V 16.0.13231.20372 iPhone XR - SFB V 6.27.0.1 Thanks, Nick6.4KViews1like17CommentsSharePoint 2019 On Prem - Open List Item Attachments in Client App
We implemented SharePoint 2019 on prem and have sites with lists that contain item attachments. We have already changed Site Collection and list/library settings to open the files in client app. That works for document libraries but not for list item attachments. Any ideas? currently the file downloads and the user edits but has to delete/reupload the document to save it2.4KViews0likes2CommentsError while sharing attachment via ios mail app to microsoft teams chat
We got an error message in our environment when a user is trying to share an attachment in microsoft teams. The user opens the attached file in the ios default mail app and click the button to share the document. After selecting microsoft teams everytime an error message pops up. You can see the messages in the screenshots. I hope someone has a advice. Thanks a lot! Ben1.4KViews0likes0CommentsCopy a picture from attachment to 'Picturefield' in a SharePoint list
I want to make an facebook with all the staff from a school. We want that the staff upload their own picture by a Form. So I made a Forms with the File upload option. In Power Automate I put that picture in the Attachment field of the list in SharePoint also with other fields like name and department. But I can't find how I can publish a miniature of the attachment in my SharePoint list. I have made another field which I can publish as a miniature and that is how I want to present it. See the picture included. The first line in the SharePoint list is how I want to present it (or something like that) and which I have made manually. The second line is how it is present because I filled out the Forms and the Power Automate has put the picture in the Attachment field. I hope someone can help me!1KViews0likes0CommentsHow to Delete a Composing Email Attachment via Outlook Add-in?
Context: Server: Exchange Server 2019 on premise Client: OWA Category: Outlook Add-in Office JS API Set: Supported up to 1.5 only Problem Details: Delete an attachment added manually or through EWS API to an email item. Limitations: 1. Limitation of makeEWSRequestAsync() Office JS method: The makeEWSRequestAsync method in Office.js does not support the DeleteAttachment SOAP operation, which is required from outlook add in. -> Attempted Workaround - Using fetch with EWS SOAP Request: I tried invoking the DeleteAttachment operation via a fetch call to the EWS endpoint. However, EWS response states "requested web method is not allowed for this application". 2. OWA Limitation: As OWA in this environment only supports Office.js up to version 1.5, the modern attachment Office JS APIs and Graph APIs are not an option. Question: In an Exchange On-Premises scenario, how can I programmatically delete attachments via my add-in? Specifically, is there a recommended approach to obtain a valid token for EWS requests, or any supported alternative to perform DeleteAttachment? Any way to convert EWS attachment ID to Office JS attachment UUID? Additional Notes: I am aware that Exchange Online supports more modern APIs (Graph/REST), but my current deployment is strictly Exchange On-Premises. The add-in works well for reading attachments and other operations, except for deletion. Any guidance or recommendations would be highly appreciated! Thank you in advance.91Views0likes1Comment