Click or drag to resize

IEmailThreadingManager Interface

Represents a class for managing the email threading process.

Namespace:  EdaIntegrationContract.EmailThreading
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public interface IEmailThreadingManager

The IEmailThreadingManager type exposes the following members.

Properties
  NameDescription
Public propertyProperties
Provides access to the email threading properties for this case.
Top
Methods
  NameDescription
Public methodCode exampleUpdateProperties
Saves the IEmailThreadingProperties to the case.
Top
See Also