Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internetHeaders for Appointments #4490

Open
DanilKorotenko opened this issue Mar 29, 2024 · 4 comments
Open

internetHeaders for Appointments #4490

DanilKorotenko opened this issue Mar 29, 2024 · 4 comments
Assignees
Labels
Area: Outlook Feedback on Outlook content Status: under investigation Issue is being investigated Type: doc request Request for new documentation or updates/enhancements to existing documentation

Comments

@DanilKorotenko
Copy link

Related issue: #4388.

If I obtain Appointment via EWS with GetItem command and IncludeMimeContent flag on, I definitely can see internet headers in the mime content.

If someone send me invitation to event, I recieve an email with internet headers.

How can I add my custom internet headers to this process?

I mean:

  1. User with my addin create an appointment.
  2. My addin add custom information to that appointment.
  3. User send invitation to that apoointment to another user
  4. Another user open this appointment
  5. My addin on other user side read the custom information.

How I can implement this scenario?

Content: Get and set internet headers - Office Add-ins
Content Source: docs/outlook/internet-headers.md
Service: outlook
Sub-service: add-ins

Describe your scenario
What is the problem to solve?

Which APIs or add-in features?
What should be showcased in the sample? Are there features that need samples to better understand how to use them in add-ins?

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label Mar 29, 2024
@DanilKorotenko
Copy link
Author

Additional info:
https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/extendedfielduri

What ExtendedField is for?
Example XML shows how to set custom property. Ok. But what is next? Can this custom property go outside? For example, if I set custom property to appointment, and send invitation to it to other user. Can that user read that custom property with my addin? What practical use of extended fields?

@AlexJerabek
Copy link
Collaborator

Thanks for raising this issue @DanilKorotenko. @ElizabethSamuel-MSFT, could you please take a look?

@AlexJerabek AlexJerabek added Area: Outlook Feedback on Outlook content Type: doc request Request for new documentation or updates/enhancements to existing documentation Needs: attention 👋 Waiting on Microsoft to provide feedback and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels Mar 29, 2024
@DanilKorotenko
Copy link
Author

Post on Microsoft 365 Developer Platform Tech Community:

https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/add-the-internetheaders-property-to-the-office/idi-p/3660816

@ElizabethSamuel-MSFT ElizabethSamuel-MSFT added Status: under investigation Issue is being investigated and removed Needs: attention 👋 Waiting on Microsoft to provide feedback labels Apr 2, 2024
@ElizabethSamuel-MSFT
Copy link
Contributor

@DanilKorotenko I'm checking with the feature crew to see if there's an EWS workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Outlook Feedback on Outlook content Status: under investigation Issue is being investigated Type: doc request Request for new documentation or updates/enhancements to existing documentation
Projects
None yet
Development

No branches or pull requests

4 participants