User Profile
Brunosanzmarino
Copper Contributor
Joined Oct 22, 2018
User Widgets
Recent Discussions
teams approvals with c#
Hello Is there any way to work with teams approvals using Microsoft Graph API 1.0 and c#? It looks like that thre is no api library support but Can i use the http way? and whats the urls for that? By example to create one request from the web application (back code) Thank you773Views0likes1CommentMail delivery fail when I Add events to Calendar
Mail delivery fail when I Add events to Calendar Hello I have a Contoso tennant for Developer tasks We are creating one web app for room reservations (using Microsoft Graph) in a corporation using 365 accounts After some "ok" tests, the reservation has started to fail because the sender has been put in Spam list the fail message email that the sender email account get is Your message wasn't delivered because the recipient's email provider rejected it. Remote server returned '550 5.7.501 Service unavailable. Spam abuse detected from IP range... The api we are using use the calendar var res = await graphClient.Users[currUserId].Calendar.Events .Request() .AddAsync(evento); Any trick to avoid this problem? Thank you in advance424Views0likes0CommentsMail delivery fail when I Add events to Calendar
Hello I have a Contoso tennant for Developer tasks We are creating one web app for room reservations in a corporation using 365 accounts After some "ok" tests, the reservation has started to fail because the sender has been put in Spam list the fail message email that the sender email account get is Your message wasn't delivered because the recipient's email provider rejected it. Remote server returned '550 5.7.501 Service unavailable. Spam abuse detected from IP range... The api we are using use the calendar var res = await graphClient.Users[currUserId].Calendar.Events .Request() .AddAsync(evento); Any trick to avoid this problem? Thank you in advance Bruno390Views0likes1Comment
Recent Blog Articles
No content to show