ExchangeClient Constructor (String, String, String)

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,
	string username,
	string password
)

Parameters

mailboxUri
Type: SystemString
The url of the mailbox
username
Type: SystemString
The username of the mailbox
password
Type: SystemString
The password of the mailbox
See Also