Top "Outlook" questions

Microsoft Outlook is a personal information manager from Microsoft (most notably used for handling e-mail), available both as a separate application as well as a part of the Microsoft Office suite.

How do I remove all newlines from a string in PowerShell?

This is the code I am using to parse my emails. If they match a specific date, I want to …

parsing powershell outlook powershell-2.0 comobject
Sending Email through Outlook 2010 via C#

I am trying to send an email from inside my C# console App. I have added the references and using …

c# email reference outlook office-2010
Download attachment from Outlook and Open in Excel

I'm trying to download and then open an Excel spreadsheet attachment in an Outlook email using VBA in Excel. How …

vba excel outlook email-attachments
How do I View the HTML Source of an email in Outlook 2016

I would like to view the html source code of an email in outlook 2016. It seems to have changed from …

outlook outlook-2016
.NET: Get all Outlook calendar items

How can I get all items from a specific calendar (for a specific date). Lets say for instance that I …

c# .net outlook calendar recurring
Background images not working in Outlook 2007 and later

I made an HTML Email Template that is working fine in most email readers, but the background images are not …

outlook background-image html-email outlook-2007
Expected response code 250 but got code "", with message ""

I can send my emails in localhost flawlessly. but ever since I uploaded my program into a hosting site I …

php email laravel outlook
Unable to send SMTP mails using office365 settings

I am using SMTP mail for sending mail using Laravel. Everything working perfect other than office365 mail settings. Settings I …

laravel email outlook smtp office365
Using visual basic to access subfolder in Inbox?

Dim olApp As Outlook.Application Dim objNS As Outlook.NameSpace Set olApp = Outlook.Application Set objNS = olApp.GetNamespace("MAPI") Set …

vba outlook subdirectory
Parsing outlook .msg files with python

Looked around and couldn't find a satisfactory answer. Does anyone know how to parse .msg files from outlook with Python? …

python email outlook