开发者

Blocking a sender in gmail

开发者 https://www.devze.com 2023-04-04 21:51 出处:网络
I am developing a application blocking a sender in gmail filter through c#.net. I am a using gmail api to block a sender using the following line,

I am developing a application blocking a sender in gmail filter through c#.net. I am a using gmail api to block a sender using the following line,

GoogleMailSettingsService service = new开发者_C百科 GoogleMailSettingsService("yourdomain", "your-apps");

what is "yourdomain" and "your-apps" fields.

Or

Kindly advice how to block a sender in gmail thorough a c#.net code.


The Google API is specified here Email Settings Developers Guide

0

精彩评论

暂无评论...
验证码 换一张
取 消