Questions tagged [outlook]

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.

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. It includes an e-mail client, calendar and other personal information organization tools.

The tag is for version-agnostic questions. It is expected that questions on Stack Overflow relate to programming, so you should also be tagging your question with a tag such as (if you are programming in VBA) along with your version (if not mentioned in the question):

Links:

22017 questions
3
votes
2 answers

Open a new Outlook Email from code behind - Buttons alignment Issue

I have a programme where it opens new outlook email window with pre-populated to, cc, title and body. Code is follow this Programmatically Create an E-Mail Item. This been working fine for few years and recently it started having some issue with…
huMpty duMpty
  • 14,346
  • 14
  • 60
  • 99
3
votes
1 answer

How to change the path from "specialfolders(16)" to an XYZ folder on C drive?

The code below saves the attachments [to "My Documents" folder] of "selected" emails in Outlook. Can you please advise how to change the location of the sFolderPath = objWSCript.specialfolders(16) to a "New Folder" folder on C drive ? Option…
Alien_Explorer
  • 859
  • 1
  • 9
  • 22
3
votes
5 answers

Remove underline of links in email signature in Gmail

I have tried every suggested approach and I cannot get rid of the blue underline of the links of my Outlook signature on Gmail desktop (it's fine on Gmail Android app). I tried to apply text-decoration: none !important to all links, on the tag…
Michael D
  • 41
  • 1
  • 2
3
votes
0 answers

Python: Opening .msg as template, editing it, and saving it to local disk while preserving email format

I'm having issues getting my edited email to save to disk without losing the format. I can edit what I need and display it fine, but the file that is saved is always saved as plain text. I can't seem to pin down what I'm missing. import…
3
votes
1 answer

Reading Email Attachment to R

I am using R to read an Outlook attachment. My reference is here: Download attachment from an outlook email using R This is a screenshot of what my email looks like: This gets sent to me daily. When I try extracting this attachment this is how I…
nak5120
  • 4,089
  • 4
  • 35
  • 94
3
votes
1 answer

Creating Outlook Appointment from Excel Data with VBA

Title says it all. I wrote the code yesterday and it worked well. I was an idiot and saved incorrectly and lost the code. However, today I rewrote the code to make it happen and I'm not sure why the appointments aren't being created today. The…
JustinShotMe
  • 69
  • 1
  • 1
  • 8
3
votes
2 answers

VBA 'User Defined Type Not Defined' Compile Error with Outlook

I have a big Excel file that sends, with a command button, e-mails to Managers at work, and then they can press the button and it sends the files to Managers below them. Since every manager has her/his own version of MS Office, I have a sub that…
Rafael Osipov
  • 720
  • 3
  • 18
  • 40
3
votes
3 answers

My email signature will not appear when generating an email from excel/vba to outlook?

Hi I have used the Ron De Bruin's fantastic website to create VBA code that generates an email to specic users from an excel file. The only thing is that my signature does not appear on each email and I cannot seem to find how to add it within the…
withnoice
  • 31
  • 1
3
votes
1 answer

RegEx to extract text and number in outlook vba

I Have outgoing emails which go like: Dear XYZ, Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut…
Azee.
  • 703
  • 1
  • 5
  • 12
3
votes
1 answer

Read most recent e-mail from outlook using PowerShell

I am trying to read my Outlook e-mail with the subject line "Automation" and process further with custom script. The below script reads the e-mail with the subject line but it reads the entire count of e-mail with the subject "Automation". I want to…
Karthi Keyan
  • 47
  • 1
  • 5
3
votes
1 answer

JavaMail API - Reading a large outlook mailbox (>3000) for message content

I have a requirement to read a mailbox having more than 3000 mails. I need to read these mails, fetch their mail contents and feed the body into another api. Its easy to do with a few mails (for me it was approx 250), but after that it slowed down…
Shepherd
  • 320
  • 2
  • 16
3
votes
2 answers

What Protocols are Supported By Outlook for 2-way Calendar Sync?

I'd like to create a calendar that Outlook can subscribe to which can be updated either in Outlook or on the "calendar service" (Whatever that ends up being). What protocols does Outlook support for stuff like this, and are those protocols two-way…
Doug
  • 6,446
  • 9
  • 74
  • 107
3
votes
2 answers

how to get raw message with microsoft graph?

I want to know how to get raw message from microsoft graph, as GET https://graph.microsoft.com/v1.0/me/messages/{id} return json object, and I need rfc822 of mails.
3
votes
1 answer

Can Electron be used to create an Outlook Add-in?

I want to make an outlook addin to manage calendar events. Can this be done using Electron rather than C#?
Prateek
  • 335
  • 1
  • 2
  • 9
3
votes
0 answers

How to Insert Add To Calendar link to email template .erb Ruby

I send email to some user, and I would like to add link / button 'Add to calendar', that will add the ICS event automatically to the recipient calendar (google, outlook etc.). Currently, I am creating ICS calendar event by the gem and send to mail…
Zvi
  • 577
  • 6
  • 19