以下链接显示任务栏中的发送/接收错误消息。 http://www.stellaroutlooktools.com/blog/wp-content/uploads/2015/06/send-receive-error.jpg
我正在寻找像以下一样的vb.net代码;
If Outlook.Taskbar.Message.Text = "Send/Receive error" Then
Msgbox "Error in outlook"
End If
或
If Outlook.HasError = True Then
Msgbox "Error in outlook"
End If
答案 0 :(得分:0)
使用SyncObject.SyncStart/SyncEnd/OnError
个事件。
从Application.Session.SyncObjects集合中检索SyncObject。第一项是“所有帐户”同步对象。