Click or drag to resize
IEmailManager Interface

Note: This API is now obsolete.

IEmailQueueDispatcher should now be used instead of IEmailManager

Namespace: AccidentalFish.ApplicationSupport.Core.Email
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
[ObsoleteAttribute]
public interface IEmailManager : IEmailQueueDispatcher
Methods
  NameDescription
Public methodSendAsync(IEnumerableString, IEnumerableString, String, String, DictionaryString, String)
Send an email using a template
(Inherited from IEmailQueueDispatcher.)
Public methodSendAsync(String, String, String, String, DictionaryString, String)
Send an email using a template
(Inherited from IEmailQueueDispatcher.)
Public methodSendAsync(IEnumerableString, IEnumerableString, String, String, String, String)
Send an email using
(Inherited from IEmailQueueDispatcher.)
Public methodSendAsync(String, String, String, String, String, String)
Send an email using
(Inherited from IEmailQueueDispatcher.)
Top
See Also