Hermod
A cross-platform, modular and fully GDPR-compliant email archival solution!
Loading...
Searching...
No Matches
IMessageReceived.cs File Reference

Go to the source code of this file.

Classes

class  Hermod.Core.Delegation.MessageReceivedEventArgs
 EventArgs-derived class containing the event arguments for when a message was received on a given topic. More...
 
interface  Hermod.Core.Delegation.IMessagePublished
 Provides a standardised method of inter-plugin, message-based communication. More...
 

Namespaces

namespace  Hermod
 
namespace  Hermod.Core
 
namespace  Hermod.Core.Delegation
 

Functions

delegate void Hermod.Core.Delegation.MessageReceivedEventHandler (object? sender, MessageReceivedEventArgs e)
 Event handler delegate for the MessageReceived event.