dotmsn问题求助,主动发送消息
dotmsn的版本为1.2不知道怎么能主动发送消息.
发送消息的函数;SendMessage(message);
但是这个Sender对象怎么创建呢?
如果用
Conversation conversation;
conversation = messenger.RequestConversation(e.Subject.Mail.ToString());
conversation.Invite(e.Subject);
conversation.SendMessage("hello");
又会报没有实例化的错误,请知道的帮个忙,谢谢了! --------------------编程问答-------------------- 创建好了,SLEEP 3秒以上,才能发送消息吧
补充:.NET技术 , C#