Retrieves the email dispatcher process assigned during construction.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IEmailDispatcher Dispatcher { get; }
Visual Basic
ReadOnly Property Dispatcher As IEmailDispatcher
	Get
Visual C++
property IEmailDispatcher^ Dispatcher {
	IEmailDispatcher^ get ();
}

See Also