GraphClient.Connect Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9147)
Connect()
Connects to the Exchange Online (Microsoft 365) server at https://graph.microsoft.com.
Declaration
public void Connect()
Connect(String, Int32)
Connects to a server using specified port using HTTPS.
Declaration
public void Connect(string serverName = "graph.microsoft.com", int serverPort = 443)