Click or drag to resize

EWSContextLoggerInstance Property

Gets or sets the logger instance to be used by the File class.

Namespace:  Koden.Utils.Exchange
Assembly:  Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntax
public ILogger LoggerInstance { get; set; }

Property Value

Type: ILogger
The logger instance.
See Also