python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can I use Autodiscover with OAuth for Email Exchange integration?
I'm trying to connect up using C# to an email account using OAuth authentication. I've got that all working fine, but it doesn't seem to work once I set the AutodiscoverUrl property instead of a prede...
themancorp
Votes: 0
Answers: 1
In C#, authenticate EWS and POP3 with a local user/machine certificate store?
Considering the basic auth deprecation, is it possible to authenticate to EWS and POP3 from a C# application using a local machine or user certificate store?
ac11
Votes: 0
Answers: 1
Send & Receive email using EWS rather than IMAP/SMTP
This code works for sending and receiving emails using IMAP and SMTP protocols but I now need to send and receive emails using EWS (Exchange Web Service) protocols just in case someone has disabled IM...
Russ Suter
Votes: 0
Answers: 2
GraphServiceClient equivalent for WellKnownFolderName.MsgFolderRoot
I'm redesigning a tool that uses EWS (Exchange Webservice). All functionalitiets should be available in the GraphServiceClient but there is 1 small piece of code I can't figure out:
ExchangeServic...
Berrepoot
Votes: 0
Answers: 0