
Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
Archive
Meta
Tag Archives: c#
Reading mails using IMAP and MailSystem.NET
In this article I will describe how you can use C# and MailSystem.NET to read mails from any IMAP source, including GMail. MailSystem.NET is a Open Source, GNU Library General Public Licensed library for managing emails using SMTP, POP3, IMAP … Continue reading
Using modal windows from C# code
“In user interface design, a modal window is a child window that requires the user to interact with it before they can return to operating the parent application, thus preventing the workflow on the application main window. Modal windows are … Continue reading
Posted in .net, c#, General .NET
Tagged c#, GetPostBackEventReference, Modal window, RegisterClientScriptBlock, ShowModalDialog
1 Comment