EwsSetCredentials Method (String, String) |
Sets the login and password of the MS Exchange account for subsequent operations.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void SetCredentials(
string accountName,
string password
)
Public Sub SetCredentials (
accountName As String,
password As String
)
Parameters
- accountName
- Type: SystemString
The account name or a null reference
(Nothing in Visual Basic) in case if Integrated Windows Authentication must be used. - password
- Type: SystemString
The account password or a null reference
in case if Integrated Windows Authentication must be used.
Remarks See Also