Table of Contents

Interface ITraceListener

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

ITraceListener handles message tracing.

public interface ITraceListener

Methods

Trace(string, string)

Handles a trace message

void Trace(string traceType, string traceMessage)

Parameters

traceType string

Type of trace message.

traceMessage string

The trace message.