Interface IExchangeServiceBuilder
Exchange service builder
Namespace: Simplic.Exchange
Assembly: Simplic.Exchange.dll
Syntax
public interface IExchangeServiceBuilder
Methods
| Improve this Doc View SourceCreateService(String, Int64)
Create new service instance
Declaration
ExchangeService CreateService(string url, long userId)
Parameters
Type | Name | Description |
---|---|---|
System.String | url | Service url |
System.Int64 | userId | Exchange user id |
Returns
Type | Description |
---|---|
Microsoft.Exchange.WebServices.Data.ExchangeService | Service instance |