Click or drag to resize
ThreadEmailSender Class
Sends forum e-mail messages in a separate thread.
Inheritance Hierarchy
SystemObject
  CMS.ForumsThreadEmailSender

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public class ThreadEmailSender

The ThreadEmailSender type exposes the following members.

Constructors
  NameDescription
Public methodThreadEmailSender(Int32, Boolean)
Initializes a new instance of the ThreadEmailSender class.
Public methodThreadEmailSender(Int32, Boolean, String, String)
Initializes a new instance of the ThreadEmailSender class.
Top
Methods
  NameDescription
Public methodRun
Runs the thread.
Top
See Also