EwsService Property
Gets a reference to the underlying ExchangeService object.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public ExchangeService Service { get; }

Property Value

Type: ExchangeService
A reference to the underlying ExchangeService object, or a null reference (Nothing in Visual Basic) if InitEwsClient hasn't been called yet.
Remarks
As Ews is just a wrapper around Managed EWS API, this property provides you with the access to that API. You can use it if you need any functionality not directly exposed by the wrapper.
See Also