-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Generic credentials for outlook 365 and route attachments from outlook 365 emails to a azure storage account #20388
Comments
Thanks for the feedback, we'll investigate asap. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage. Issue DetailsCurrently , In one of our project we created a dashboard which is scripted in python and all the code is running in a local machine. In this dashboard, it consumes data from excel files which are shared as attachments in an outlook personal email.
|
Hi @saikothakapu, thank you for opening an issue! The Storage team has been looped in to help you with anything on the SDK front, but it sounds like your question is mostly about creating a certain kind of Outlook account. To determine how we can best help, it would be great to know if you're having any Azure SDK-specific issues, or if this is Outlook-specific. It may be a good idea to contact support for Outlook or ask a forum question if you haven't already. |
thanks @mccoyp , I have posted the question in outlook forum. |
Review request for Microsoft.ContainerService to add version 2022-08-02-preview (Azure#20487) * Adds base for updating Microsoft.ContainerService from version preview/2022-07-02-preview to version 2022-08-02-preview * Updates readme * Updates API version in new specs and examples * sync changes from PR#19592 & PR#20145 (Azure#20402) * update readme & remove fleets (Azure#20388) * AKS agent pool properties add AgentPoolWindowsProfile and DisableOutboundNAT (Azure#20407) * AKS agent pool properties add AgentPoolWindowsProfile and DisableOutboundNAT * Change disableOutboundNAT to disableOutboundNat because of ARM format; Improve description. * Improve description * Added guardrails profile to specs (Azure#20171) * added guardrails profile to specs * linter fix * added x-ms-enum * added guardrails definitions for versions route * linter fix, added custom word * fix * typo fix * fix for example * added object type * added object type * removed data field * changed descriptions * * * add "Mariner" for AKS os sku (Azure#20420) * add KubeProxyConfig to AKS NetworkProfile (Azure#20446) * add KubeProxyConfig to AKS NetworkProfile * remove extra comma, type: integer for *Seconds * add custom words * prettier * follow camel case ARM guidance * 2nd camel case standard * feat: add rest api spec for ip-based lb (Azure#20392) * fix LroLocationHeader (Azure#20491) * fix ProvisioningStateValidation (Azure#20490) * Removed guardrailsVersions route, added guardrails profice to MC properties (Azure#20625) * removed guardrails-versions route, added guardrails profice to MC properties * removed unsued file for guardrails versions, removed unused custom word Co-authored-by: Shiqian Tao <[email protected]> Co-authored-by: rsamigullin <[email protected]> Co-authored-by: Ace Eldeib <[email protected]> Co-authored-by: Matt Stam <[email protected]> Co-authored-by: Qi Ni <[email protected]>
Currently , In one of our project we created a dashboard which is scripted in python and all the code is running in a local machine. In this dashboard, it consumes data from excel files which are shared as attachments in an outlook personal email.
For connecting to outlook emails and fetch attached excel files, we are using personal credentials which we wanted to avoid.
Can someone please help us if there is a way to create a generic outlook account with generic credentials and later route all the attachments to a azure storage blob for storing through python scripting. Appreciate your responses.
The text was updated successfully, but these errors were encountered: