Exemplo n.º 1
0
 /// <summary>
 /// Raises <b>Rfc822</b> event.
 /// </summary>
 /// <param name="eArgs">Event args.</param>
 internal void OnRfc822(IMAP_Client_Fetch_Rfc822_EArgs eArgs)
 {
     if (this.Rfc822 != null)
     {
         this.Rfc822(this, eArgs);
     }
 }
 /// <summary>
 /// Raises <b>Rfc822</b> event.
 /// </summary>
 /// <param name="eArgs">Event args.</param>
 internal void OnRfc822(IMAP_Client_Fetch_Rfc822_EArgs eArgs)
 {
     if(this.Rfc822 != null){
         this.Rfc822(this,eArgs);
     }
 }