Simple Mail and Post Office Protocol for .Net (SmtPop)

ReceivedEventHandler Delegate

The received event

public delegate void ReceivedEventHandler(
   object sender,
   ReceivedEventParam e
);

Parameters

sender
Missing <param> documentation for sender
e
Missing <param> documentation for e

Requirements

Namespace: SmtPop

Assembly: smtpop (in smtpop.dll)

See Also

SmtPop Namespace