<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Frey Grey</title>
    <description>The latest articles on DEV Community by Frey Grey (@freygrey_de1ce02b).</description>
    <link>https://dev.to/freygrey_de1ce02b</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3718787%2Fdf5b028d-a82d-4571-8445-63fa0bd30e34.jpg</url>
      <title>DEV Community: Frey Grey</title>
      <link>https://dev.to/freygrey_de1ce02b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/freygrey_de1ce02b"/>
    <language>en</language>
    <item>
      <title>Automatizar tareas de Outlook es más fácil de lo que pensaba</title>
      <dc:creator>Frey Grey</dc:creator>
      <pubDate>Tue, 19 May 2026 18:06:16 +0000</pubDate>
      <link>https://dev.to/freygrey_de1ce02b/automatizar-tareas-de-outlook-es-mas-facil-de-lo-que-pensaba-4k8i</link>
      <guid>https://dev.to/freygrey_de1ce02b/automatizar-tareas-de-outlook-es-mas-facil-de-lo-que-pensaba-4k8i</guid>
      <description>&lt;p&gt;Siempre he sabido que puedes conectarte a servicios de email mediante APIs y OAuth.&lt;/p&gt;

&lt;p&gt;Pero sinceramente: nunca me ha gustado.&lt;/p&gt;

&lt;p&gt;Entre registrar aplicaciones, configurar permisos, pelearte con el login de Microsoft y gestionar tokens… al final, para automatizar una tarea simple, acabas montando una infraestructura enorme.&lt;br&gt;
Y yo solo quería automatizar tareas repetitivas de mi correo.&lt;/p&gt;

&lt;p&gt;Pues hoy he descubierto otra opción.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cómo funciona
&lt;/h2&gt;

&lt;p&gt;Si tienes Outlook instalado en tu equipo, puedes acceder a sus funcionalidades desde C# usando las librerías Interop de Office.&lt;br&gt;
Eso te permite interactuar directamente con:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Emails&lt;/li&gt;
&lt;li&gt;Carpetas&lt;/li&gt;
&lt;li&gt;Calendario&lt;/li&gt;
&lt;li&gt;Contactos&lt;/li&gt;
&lt;li&gt;Eventos&lt;/li&gt;
&lt;li&gt;Respuestas automáticas&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Todo usando la sesión de Outlook que ya tienes abierta en tu ordenador.&lt;br&gt;
Sin montar OAuth. Sin APIs externas. Sin rate limits.&lt;/p&gt;

&lt;h2&gt;
  
  
  Qué he hecho de momento
&lt;/h2&gt;

&lt;p&gt;Por ahora solo he creado un pequeño script que:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;limpia mi bandeja de entrada&lt;/li&gt;
&lt;li&gt;mueve emails automáticamente a carpetas&lt;/li&gt;
&lt;li&gt;organiza correos según reglas&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Pero las posibilidades son enormes.&lt;br&gt;
Por ejemplo:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;exportar correos a JSON para analizarlos&lt;/li&gt;
&lt;li&gt;generar respuestas automáticas&lt;/li&gt;
&lt;li&gt;crear eventos en el calendario&lt;/li&gt;
&lt;li&gt;clasificar emails con IA&lt;/li&gt;
&lt;li&gt;construir tu propio asistente de correo&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Básicamente, cualquier cosa que puedas imaginar usando los datos de Outlook.&lt;/p&gt;

&lt;h2&gt;
  
  
  Lo interesante
&lt;/h2&gt;

&lt;p&gt;Muchas veces evitamos automatizar cosas porque pensamos inmediatamente en APIs complejas y autenticación.&lt;br&gt;
Y resulta que, en algunos casos, ya tienes todo lo necesario instalado en tu máquina.&lt;/p&gt;

&lt;p&gt;Creo que voy a explorar bastante más esta idea&lt;/p&gt;

</description>
      <category>automation</category>
      <category>csharp</category>
      <category>productivity</category>
      <category>spanish</category>
    </item>
    <item>
      <title>Este formulario funciona?</title>
      <dc:creator>Frey Grey</dc:creator>
      <pubDate>Mon, 18 May 2026 21:25:50 +0000</pubDate>
      <link>https://dev.to/freygrey_de1ce02b/este-formulario-funciona-5dpp</link>
      <guid>https://dev.to/freygrey_de1ce02b/este-formulario-funciona-5dpp</guid>
      <description></description>
    </item>
    <item>
      <title>Hola mundo</title>
      <dc:creator>Frey Grey</dc:creator>
      <pubDate>Mon, 19 Jan 2026 08:02:41 +0000</pubDate>
      <link>https://dev.to/freygrey_de1ce02b/hola-mundo-19n2</link>
      <guid>https://dev.to/freygrey_de1ce02b/hola-mundo-19n2</guid>
      <description>&lt;p&gt;He visto que hay una etiqueta sobre el idioma en el post. ¿Esto lo detecta automaticamente?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Hello World post</title>
      <dc:creator>Frey Grey</dc:creator>
      <pubDate>Mon, 19 Jan 2026 06:13:51 +0000</pubDate>
      <link>https://dev.to/freygrey_de1ce02b/hello-world-post-167p</link>
      <guid>https://dev.to/freygrey_de1ce02b/hello-world-post-167p</guid>
      <description>&lt;p&gt;Hi, I'm new in this platform and I just wanted to try to post something.&lt;/p&gt;

&lt;p&gt;So this make it &lt;strong&gt;bold&lt;/strong&gt;&lt;br&gt;
This is &lt;em&gt;italic&lt;/em&gt;&lt;br&gt;
This is not a link to &lt;a href="//google.com"&gt;youtube.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here a list&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Asdfg&lt;/li&gt;
&lt;li&gt;Asdfg&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here a ordered list&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Qwerty&lt;/li&gt;
&lt;li&gt;Qwerty&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;And finally a image&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbsocj66r7wecedb5im0m.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbsocj66r7wecedb5im0m.jpg" alt=" " width="605" height="864"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>beginners</category>
    </item>
    <item>
      <title>No one is checking your github account or your personal porfolio. Recruiters have to check more than 50 profile for each position. They just check the platform they are using</title>
      <dc:creator>Frey Grey</dc:creator>
      <pubDate>Mon, 19 Jan 2026 05:28:18 +0000</pubDate>
      <link>https://dev.to/freygrey_de1ce02b/no-one-is-checking-your-github-account-or-your-personal-porfolio-recruiters-have-to-check-more-2bc8</link>
      <guid>https://dev.to/freygrey_de1ce02b/no-one-is-checking-your-github-account-or-your-personal-porfolio-recruiters-have-to-check-more-2bc8</guid>
      <description></description>
    </item>
  </channel>
</rss>
