{"id":3696,"date":"2012-12-14T20:26:01","date_gmt":"2012-12-14T18:26:01","guid":{"rendered":"http:\/\/www.limilabs.com\/blog\/?p=3696"},"modified":"2015-11-17T13:46:56","modified_gmt":"2015-11-17T11:46:56","slug":"outlook-imap-pop3-smtp-settings","status":"publish","type":"post","link":"https:\/\/www.limilabs.com\/blog\/outlook-imap-pop3-smtp-settings","title":{"rendered":"Outlook: IMAP, POP3, and SMTP settings"},"content":{"rendered":"<p>Outlook.com supports access via POP3 and SMTP protocols. Below you can find the configuration settings for those protocols.<\/p>\n<p>All Outlook.com servers (POP3 and SMTP) use implicit SSL (use <em>ConnectSSL<\/em> method).<br \/>\nSMTP server also supports explicit SSL (you can use <em>Connect<\/em> method and then secure the channel using <em>StartTLS<\/em> method)<\/p>\n<h2>IMAP<\/h2>\n<p>Server: <strong>imap-mail.outlook.com<\/strong><br \/>\nSSL: <strong>true-implicit<\/strong><br \/>\nPort: <strong>993<\/strong> (default)<br \/>\nUser: pat@outlook.com<\/p>\n<h2>POP3<\/h2>\n<p>Server: <strong>pop-mail.outlook.com<\/strong><br \/>\nSSL: <strong>true-implicit<\/strong><br \/>\nPort: <strong>995<\/strong> (default)<br \/>\nUser: pat@outlook.com<\/p>\n<p>\nPOP access must be turned on via web interface.<br \/>\nIn the web interface click &#8220;gear icon&#8221; in the top, right corner, then select \u201cOptions\u201d.\n<\/p>\n<p>Depending on the UI version:<\/p>\n<p>On the options pane click &#8220;Mail\/Accounts\/POP and IMAP&#8221;. In the &#8220;POP options&#8221; section select \u201cYes\u201d.<\/p>\n<p>-or-<\/p>\n<p>On the options pane click &#8220;Connect devices and apps with POP&#8221; link. In the &#8220;POP&#8221; section mark &#8220;Enable&#8221;.<\/p>\n<h2>SMTP<\/h2>\n<p>Server: <strong>smtp-mail.outlook.com<\/strong><br \/>\nSSL: <strong>true-explicit<\/strong><br \/>\nPort: <strong>587<\/strong> (default)<br \/>\nUser: pat@outlook.com<\/p>\n<p>Following are the code samples for Mail.dll <a href=\"\/mail\">.NET IMAP, POP3 and SMTP component<\/a>.<\/p>\n<pre class=\"brush: csharp; title: ; notranslate\" title=\"\">\r\n\/\/ C#\r\n\r\nusing (Imap client = new Imap())\r\n{\r\n    client.ConnectSSL(&quot;imap-mail.outlook.com&quot;);\r\n    client.UseBestLogin(&quot;pat@outlook.com&quot;, &quot;password&quot;);\r\n    ...\r\n}\r\n\r\nusing (Pop3 client = new Pop3())\r\n{\r\n    client.ConnectSSL(&quot;pop-mail.outlook.com&quot;);\r\n    client.UseBestLogin(&quot;pat@outlook.com&quot;, &quot;password&quot;);\r\n    ...\r\n}\r\n\r\nusing (Smtp client = new Smtp ())\r\n{\r\n    client.Connect(&quot;smtp-mail.outlook.com&quot;);\r\n    client.StartTLS();\r\n    client.UseBestLogin(&quot;pat@outlook.com&quot;, &quot;password&quot;);\r\n    ...\r\n}\r\n<\/pre>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">\r\n' VB.NET\r\n\r\nUsing client As New Imap()\r\n\tclient.ConnectSSL(&quot;imap-mail.outlook.com&quot;)\r\n\tclient.UseBestLogin(&quot;pat@outlook.com&quot;, &quot;password&quot;)\r\n\t...\r\nEnd Using\r\n\r\nUsing client As New Pop3()\r\n\tclient.ConnectSSL(&quot;pop3-mail.outlook.com&quot;)\t\t\r\n\tclient.UseBestLogin(&quot;pat@outlook.com&quot;, &quot;password&quot;)\r\n\t...\r\nEnd Using\r\n\r\nUsing client As New Smtp()\r\n\tclient.ConnectSSL(&quot;smtp-mail.outlook.com&quot;)\r\n\tclient.StartTLS();\r\n\tclient.UseBestLogin(&quot;pat@outlook.com&quot;, &quot;password&quot;)\r\n\t...\r\nEnd Using\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Outlook.com supports access via POP3 and SMTP protocols. Below you can find the configuration settings for those protocols. All Outlook.com servers (POP3 and SMTP) use implicit SSL (use ConnectSSL method). SMTP server also supports explicit SSL (you can use Connect method and then secure the channel using StartTLS method) IMAP Server: imap-mail.outlook.com SSL: true-implicit Port: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[15,28,92,42,90,50,57],"class_list":["post-3696","post","type-post","status-publish","format-standard","hentry","category-mail-dll","tag-c","tag-imap","tag-outlook-com","tag-pop3","tag-settings","tag-smtp","tag-vb-net"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/posts\/3696"}],"collection":[{"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/comments?post=3696"}],"version-history":[{"count":19,"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/posts\/3696\/revisions"}],"predecessor-version":[{"id":4996,"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/posts\/3696\/revisions\/4996"}],"wp:attachment":[{"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/media?parent=3696"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/categories?post=3696"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/tags?post=3696"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}