Comments on: Issue a custom command to POP3 server https://www.limilabs.com/blog/issue-a-custom-command-to-pop3-server Using Limilabs .net components Mon, 19 Aug 2013 21:00:00 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Limilabs support https://www.limilabs.com/blog/issue-a-custom-command-to-pop3-server#comment-567387 Mon, 19 Aug 2013 21:00:00 +0000 http://www.limilabs.com/blog/?p=1272#comment-567387 In reply to Kashif.

@Kashif,

Just use use one of the Pop3.LoginSSPI method overloads:
LoginSSPI(SSPIMechanism.NTLM, string target)
LoginSSPI(SSPIMechanism.NTLM)
LoginSSPI(SSPIMechanism.NTLM, string userWithDomain, string password)

]]>
By: Kashif https://www.limilabs.com/blog/issue-a-custom-command-to-pop3-server#comment-567365 Mon, 19 Aug 2013 16:12:39 +0000 http://www.limilabs.com/blog/?p=1272#comment-567365 Can I use NTLM with your Pop3 component? Please provide a complete example.

]]>