You give us your text, we give you a quick link pointing to it. You keep your formatting.
quick snip
|
custom snip
|
about
|
¿español?
|
Link Paste
|
account/login
Tweet
http://textsnip.com/4dfb93/csharp
Make Links Clickable
Report Terms Violation
Change View:
plain text
html
css
xml
javascript
php
sql
ruby
python
csharp
vb
java
bool success; // Anything unlocks the component and begins a fully-functional 30-day trial. success = imap.UnlockComponent("Anything for 30-day trial"); if (success != true) { MessageBox.Show(imap.LastErrorText); return; } // Connect to an IMAP server. success = imap.Connect("mail.chilkatsoft.com"); if (success != true) { MessageBox.Show(imap.LastErrorText); return; } // Login success = imap.Login("admin@chilkatsoft.com","*myPassword5*"); if (success != true) { MessageBox.Show(imap.LastErrorText); return; } // The ListMailboxes method returns a Mailboxes object // that contains the collection of mailboxes. // It accepts two arguments: a refName and a wildcardedMailbox. string refName; refName = "";