- Регистрация
- 15.09.2011
- Сообщения
- 157
- Благодарностей
- 4
- Баллы
- 18
I email the support team and it didn't solve my problem at all...i mail them today and they will reply me with question the next day and i reply them with the answer that they asking and they will reply it the next day to me( i know about the time different, as soon i received the mail from them i quickly responed to it so that they can reply to me quickly also but....hmmmm ) and i don't know how long this will take...so i post asking for help here...the last time i post asking for a question here and my thread still no support answer until today....So this time a try again and hope some 1 can solve my problem.
Massage successfully found but i can't open the email confirmation link on the maintab. i use breakpoints when i debug my code.
Email support asking me to try
var link = MailConfirm(Instance instance);
instance.MainTab.Navigate(link );
but it also didnt works for me....
Massage successfully found but i can't open the email confirmation link on the maintab. i use breakpoints when i debug my code.
PHP:
using Zennolab.CommandCenter;
namespace mailzz
{
internal class MailStep1
{
public static string MailConfirm(Instance instance)
{
// https://accounts.google.com/VE?service=adwords&...
var res= ZennoPoster.MailConfirm(instance, "30;60;120", "[email protected]", "lZAZp9EZqO", "pop3.live.com", 995, false, false,
"Google AdWords Account Verification Email", @"https:\/\/accounts\.google\.com\/VE\?.*");
instance.MainTab.Navigate(res);
return res;
}
}
}
var link = MailConfirm(Instance instance);
instance.MainTab.Navigate(link );
but it also didnt works for me....