Beispiel #1
0
 private void HandleSendTestResult(EmailServices.SEND_RESULT result)
 {
     this.BeginInvoke((MethodInvoker) delegate { textBoxTestEmailStatus.Text = result.Commentary; });
 }
Beispiel #2
0
 void OnSendMessageSendStatus(EmailServices.SEND_RESULT result)
 {
     m_Log.Log("Watch Send Email Result : " + result.Commentary, ErrorLog.LOG_TYPE.INFORMATIONAL);
 }