1
Answer

Dial-up connection detection

Administrator

Administrator

22y
1.9k
1
How can I make an assemply (exe) with c#.net resides in system tray waiting for dial-up connection (as an example displays message box when connection to internet succeeded). I found that to place it on system tray I must use notifyIcon class ,to detect connection there is proberty called network in system.Windows.Forms.SystemInformation. Network but at all times it returns True ??? How kan I detect connection ,please ?
Answers (1)
0
Bikesh Srivastava

Bikesh Srivastava

NA 19.8k 835.1k 8y
I think you want once anybody have read email ,you will find notification.
I think you need to send a link with a mail to confirm,
otherwise its not possible ,because its not allow from gmail. 
0
vijay anand

vijay anand

NA 6 1 8y
There is no direct way to get the Mail read status from outside of the email box. However, there is a hack for this and refer the below link for more details.
 
http://stackoverflow.com/a/22492911/281321