Authenticates the user to the Exchange server using the specified authentication method that does not require credentials (NTLM, Kerberos or Negotiate).

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Sub Login ( _
	method As EwsAuthentication _
)
C#
public void Login(
	EwsAuthentication method
)

Parameters

method
Type: Rebex.Net..::..EwsAuthentication
Authentication method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also