ExchangeClient.ExchangeClient

ExchangeClient(string, string, string)

Initialize a new instance of the class ExchageClient

public ExchangeClient(string mailboxUri, string username, string password)
ParameterTypeDescription
mailboxUriStringThe url of the mailbox
usernameStringThe username of the mailbox
passwordStringThe password of the mailbox

See Also


ExchangeClient(string, string, string, string)

Initialize a new instance of the class ExchageClient

public ExchangeClient(string mailboxUri, string username, string password, string domain)
ParameterTypeDescription
mailboxUriStringThe url of the mailbox
usernameStringThe username of the mailbox
passwordStringThe password of the mailbox
domainStringThe domain of the user

See Also


ExchangeClient(string, ICredentials)

Initialize a new instance of the class ExchageClient

public ExchangeClient(string mailboxUri, ICredentials credentials)
ParameterTypeDescription
mailboxUriStringThe url of the mailbox
credentialsICredentialsThe credentials used to log in

See Also