ExchangeClient Constructor (String, ICredentials) |
Namespace:
Aspose.Email.Clients.Exchange.Dav
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic ExchangeClient(
string mailboxUri,
ICredentials credentials
)
Public Sub New (
mailboxUri As String,
credentials As ICredentials
)
public:
ExchangeClient(
String^ mailboxUri,
ICredentials^ credentials
)
new :
mailboxUri : string *
credentials : ICredentials -> ExchangeClientParameters
- mailboxUri
- Type: SystemString
The url of the mailbox - credentials
- Type: System.NetICredentials
The credentials used to log in
See Also