Exemplo n.º 1
0
 /// <summary>
 /// Raises the error event event.
 /// </summary>
 /// <param name="args">The <see cref="T:Mediachase.EMailRouter.ExceptionAbortEventArgs"/> instance containing the event data.</param>
 protected virtual void OnNewMessageEvent(NewPop3MessageEventArgs args)
 {
     if (this.NewMessage != null)
     {
         this.NewMessage(this, args);
     }
 }
 /// <summary>
 /// Raises the error event event.
 /// </summary>
 /// <param name="args">The <see cref="T:Mediachase.EMailRouter.ExceptionAbortEventArgs"/> instance containing the event data.</param>
 protected virtual void OnNewMessageEvent(NewPop3MessageEventArgs args)
 {
     if (this.NewMessage != null)
     {
         this.NewMessage(this, args);
     }
 }