ExchangeClient Constructor (String, ICredentials)

Initialize a new instance of the class ExchageClient

Namespace:  Aspose.Email.Clients.Exchange.Dav
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public ExchangeClient(
	string mailboxUri,
	ICredentials credentials
)

Parameters

mailboxUri
Type: SystemString
The url of the mailbox
credentials
Type: System.NetICredentials
The credentials used to log in
See Also