Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public ExchangeService Service { get; }
Public ReadOnly Property Service As ExchangeService
Get
Property Value
Type:
ExchangeServiceA 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