ExchangeClient Constructor (String, String, String) |
Namespace:
Aspose.Email.Clients.Exchange.Dav
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic ExchangeClient(
string mailboxUri,
string username,
string password
)
Public Sub New (
mailboxUri As String,
username As String,
password As String
)
public:
ExchangeClient(
String^ mailboxUri,
String^ username,
String^ password
)
new :
mailboxUri : string *
username : string *
password : string -> ExchangeClientParameters
- 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