Category "outlook"

Change the Outlook account where to create a searchfolder with advancedsearch method and search object save method

I am using the Save method of the Search object that is returned by the advancedSearch method to create a Search Folder. As I have multiple accounts in my Outlo

Save mail with WordEditor as pdf with header

I would like to save a mail body and header just as if it were printed by Outlook or PDFCreator. The sender, cc, bcc , time, to, subject are data that must be i

Getting emails of recipients, and those in the CC list through VBA in Excel

I have zero experience in VBA coding, but I currently have a functioning code I copied somewhere online that successfully extracts certain details from each ema

Send grid api sends the attachment with different encoding

I have an issue where we are using ASP.NET framework and SendGrid api/sdk to send the email to users. We have the attachment name in Spanish character as shown

Login script using EmailSignature.NewMessageSignature property does not populate in Outlook

I have been experimenting with this object.property in a logon script and have the following snippit of code. It does not seem to populate in Outlook in the de

Extract Recipients Email Address in Outlook using Python Win32com

I'm trying to extract the Recipient email address in Python using Win32com client. Here's my code so far: import win32com.client outlook = win32com.client.Disp

How to know which Outlook Calendar item was deleted? [duplicate]

The following code alerts when new Outlook Calendar items are created and/or deleted: static void Main(string[] args) { var oApp = new App

Paste Excel range in center of body of Outlook email

I copy a range and paste into Outlook email with signature. I want to reflect the range in center of body of email. Dim OutApp As Object Dim OutMail As Object D

Unable to extract Unique Identity for Emails sent from Safaricom Internal Mails ie Message ID (PHP IMAP)

I am having a challenge,I am unable to extract a unique field from emails sent directly from Safaricom Internal Mails to our Customer Service Mailbox. All other

Outlook cannot perform this action on this type of attachment

I am trying to save attachments from an email. I get the error message Outlook cannot perform this action on this type of attachment Using Debug.Print outAtta

How to differentiate Outlook folders to return visible folders only?

I pull the Outlook (365, Exchange server) folders like this: Dim otkApp As Outlook.Application = New Outlook.Application Dim otkNameSpace As Outlook.NameSpace

Outlook - Auto Email Saved to Local Folder Once Sent

So sorry if this has been asked before, I have a need to save down each email I send into a local folder (These are then archived each month) and I have been us

Find e-mail by body and sender

I am trying find e-mail that matches body text and sender. Each day I check if 300/400 emails were already sent. I need to iterate through more than 4500 emai

Outlook Appointment isn't showing Attendees that have been added

I'm having some problems with some pieces of code that I've Frankenstein'd from the web. I have a Word document that uses a command button to run a piece of cod

How to send emails with delayed delivery in Outlook from R?

Using the RDCOMClient package in R, I am sending a series of automated emails from R. The emails need to be sent at a specific date and time, but I cannot figur

Programmatically set signatures in Outlook client using JAVA

I want to set signatures for multiple address in outlook client application. I read concepts using VBA and other scripts. But I want to do it in Java. I have al

How to get first names & last names of recipients of Outlook meeting invite?

I have a script to iterate through my calendar events that day and produce in a separate email a list in the following format: Event 1: Subject: When: Attendees

Flow will Create File in Sharepoint from an Outlook attachment but will not complete Update Files Property action

I am new to Flow but have created one that works well but would like it to do more. I have created a Flow that pulls any attachment from emails that land in my

How to fetch the conversation id from a .msg file using MAPIMessage

I'm trying to parse a .msg file. How do I get the conversation id? I'm using org.apache.poi.hsmf.MAPIMessage

How to get the smtp email address located on the left of the "on behalf of" address

I would like to get the email address from the true contact that is sending the mailItem. I don't want the on behalf email address. Is there a way to do that? O