About 836,000 results
Open links in new tab
  1. Add attachments by using EWS in Exchange | Microsoft Learn

    Jan 15, 2020 · Learn how to create new items with attachments, or add attachments to existing items by using the EWS Managed API or EWS in Exchange.

  2. download an attachment from office365 rest api knowing only …

    You would expect that if you use that last call with twice the attachment-id parameter it should also work, but no. I have no idea where this would be documented, or how they expect you to …

  3. exchangelib.attachments API documentation - GitHub Pages

    Base class for FileAttachment and ItemAttachment. The type of the None singleton.

  4. how-to-add-attachments-by-using-ews-in-exchange.md - GitHub

    You can add file attachments or item attachments to new or existing items by using the EWS Managed API or EWS. If you are using the EWS Managed API, you use the same method to …

  5. Download attachment from Exchange using Exchange Web Services

    May 13, 2011 · I am trying to use the following code to connect and download an attachment from email in an inbox using C# and Exchange Web Services but I am getting a …

  6. Get attachments by using EWS in Exchange | Microsoft Learn

    You can get attachments from an item by using the EWS Managed API or EWS. Because the initial call to get an item only includes metadata about the attachment collection on the item, …

  7. Attachments and EWS in Exchange | Microsoft Learn

    Sep 14, 2022 · To add an existing item as an item attachment, you actually have to copy the properties or the MIME content of the existing item to a new item attachment; you can't just …

  8. exchangelib/exchangelib/attachments.py at master - GitHub

    Stores a local copy of the content in case you want to upload the attachment again later. """ if self.attachment_id is None: return self._content if self._content is not None: return …

  9. How to fetch attachments within ItemAttachment using EWS Java

    Jan 7, 2019 · Get attachments from an email by using the EWS Managed API. The following code example shows how to get an EmailMessage object by using the Bind method, then iterate …

  10. AttachmentId | Microsoft Learn

    Jun 24, 2024 · The AttachmentId element identifies an item or file attachment. This element is used in CreateAttachment responses. AttachmentIdType. The following sections describe …