Category "outlook"

Outlook VSTO plugin stops executing while iterating over contacts in default contacts folder

I wrote an Outlook plugin in which a method searches for a contact's phone number by searching the default contact folder for contacts with a specified email ad

Include Microsoft team meetings while setting meeting in outlook

Does anyone know how to include Team Meetings while setting meeting in Outlook using the VBA code below? Below is my code: Sub setmeeting() Dim O As Ou

How to configure outlook emails with Liberty server

There is a Websphere liberty server (linux) and I'm planning to configure outlook mails on that server for triggering a script upon receiving a specific type of

Insert Signature in Outlook Email

I found this code, but it doesn't include the signature. In all the resources I've read, I couldn't come up with a solution. Public Function Email_Test() Dim

Automatically download images in Outlook based upon the mail server

I am currently doing internal phishing campaigns within my company and I am trying to improve the process. One of the issues is that if I include tracking pixel

How to include signature on email?

I have a code that sends an email too individuals on a list. I need the user's signature to appear at the bottom of the email. I cannot get it to display. B

How to set alias as the From account?

I have VBA code in Excel that sends an email via Outlook 365. My primary email account (@outlook.com) has five aliases. These are not separate email accounts b

Macro send email, change 'from' Display Name but NOT email address

I have this: .SentOnBehalfOfName = """Customer Service"" <[email protected]>" the name "Customer Service" is officially associated with the

Outlook API mail enabled vs mailbox user

A very nuanced question and maybe environment specific. I am trying to use Outlook 2010 API to discern mailbox users from mail-enabled users. We are using Dell

Moving Mail to Outlook Sent Folder. Mail is still editable

I am editing an email and send it to the recipient. But i also want to save the original mail in the sent folder. But if i move the mailobject to the folder the

How can I change the time that an e-mail was received via Microsoft Exchange Server or Microsoft Outlook?

As the question says, how can I change the time that an e-mail was received either via Microsoft Outlook or via Microsoft Exchange Server (as an Administrator a

I couldn't find a topic or hint for creating subtasks or nested tasks in Outlook Task

Is it possible to add a sub-task to Outlook, or do we need an additional addin to do so? I tried to look into it, but I couldn't find any information about it.

AttributeError: <unknown>.Senton error in python - Outlook

I'm a complete beginner in python. I want to write a code in python which download a specific file from an specific email (which contains like 3 or 4 excel file

Sending Email with attachment by MS-Outlook in VBA, Excel when Outlook is closed

When I send mail free from attachment, works truly. But when I using the .Attachments.Add ActiveWorkbook.FullName parameter, it does not send and been pending

Getting Outlook Redemption to work on 64-bit operating systems?

Our servers are upgrading to Windows 10 64-bit (which is also using Office 64-bit products) and I noticed that in this environment, the old Outlook Redemption c

Unable to set item datetime (as PT_SYSTIME) using PropertyAccessor in Outlook VSTO

Setting a datetime column in Outlook to a c# DateTime value with the following code documentItem.PropertyAccessor.SetProperty( "http://schemas.microsoft.co

How to access EmbeddedItem attachment in Outlook VBA

I am using Outlook 2010 and the QuickSteps only allow to create a Task from an email with the email body copied to the task body or with the email as attachment

Python Outlook headers

I got a script to extract Gmailheaders. There is a lot of information to extract. When I try to extract data from outlook it feels like im getting a small part.

C# -EWS - Setting custom properties on Exchange service for Outlook email

I would like to save a boolean property on an email. If user clicked on my addin button, i'd like to mark selected email as treated. Using UserProperties of Mai

How to get Microsoft Exchange email addresses other than the primary SMTP address using VBA

I'm attempting to pull contact information from an Outlook.ExchangeUser object using VBA in Excel. However, so far I've only been able to get the primary SMTP a