如何在此代码中通过修改显示消息的正文.请我是初学者 [英] How to display the body text of message by modifiy in this code .please i'm beginner

查看:83
本文介绍了如何在此代码中通过修改显示消息的正文.请我是初学者的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试用某人用正文或文本替换地址,但失败了,因为这些未在弹出菜单中定义.

I''m try by someone to replace address by body or text but fail because these are not define in pop up menu.

RequestSettings logininfo = new RequestSettings("",textBox1 .Text ,textBox2 .Text);
            logininfo.AutoPaging = true;
            ContactsRequest crequest=new ContactsRequest(logininfo) ;
            Feed<contact> feedcontacts = crequest.GetContacts();
            foreach (Contact gmailAddresses in feedcontacts.Entries)
            {
                Console.WriteLine("\t" + gmailAddresses.Title);
                listBox1.Items.Add(gmailAddresses.Title);
                foreach (EMail emailId in gmailAddresses.Emails) 
                {
                    Console.WriteLine("\t" + emailId.Address);
                    listBox1.Items.Add(" " + emailId.Address);
                }
            }



注意:我使用的是gmail帐户.



Note: I used gmail account.

推荐答案

这是您第四次发布此问题,并且已经发布了更多基本相同的问题.您已经得到了很多建议,但您决定不接受任何建议而去研究更多或尝试一些建议,而宁愿一次又一次地重新发布相同的内容.为什么您认为重新发布相同的问题会得到不同的答案?
This is the fourth time you have posted this question and you have posted more that are essentially the same. You have been given a number of suggestions but decided that rather than take advice and go and study some more or try some suggestions you would rather just repost the same thing again and again. Why do you believe that reposting the same question will get you a different answer?


这篇关于如何在此代码中通过修改显示消息的正文.请我是初学者的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆