代码如下,报错:未将对象引用设置到对象的实例。
'下载文件
Dim fjs = mime_message.GetAttachments(True, True)
j = 1
MessageBox.Show(6)
If fjs IsNot Nothing Then ‘这里报错了
请教一下,这种错误怎么处理?用nothing 不能判断吗?
抱歉 Dim fjs = mime_message.GetAttachments(True, True)
j = 1
MessageBox.Show(6)
If fjs IsNot Nothing Then
MessageBox.Show(601)
For Each entity As Object In fjs 是这里报错了。
MessageBox.Show(7)
如果fjs是对象,用nothing可以判断的。看看GetAttachments返回的是什么类型