Category "outlook"

How to Search Phone number in Address book?

There are options to get a contact detail from Mail id or Contact's Name using Namespace.CreateRecipient / Recipient.Resolve Is there any option to perform a d

WCF Service Send Email On Outlook | Exception from HRESULT

I have created a WCF Project in .NET 4.5 to send emails from Outlook 2013 Or 2016 and host it on windows server 2012 and iis 8. When run Service from Visual

Using VBA in Outlook to Move Emails Containing Name of a Folder

I am looking for some pointers for a VBA code for Outlook. Specifically, run this code to clean up my inbox. We manually create a new folder each time we get a

How can I send an email with my outlook add-in

my friends and I are making an outlook add-in that can take the text from an email in the user's inbox and send it to our email address. the email part of this

Retrieve Outlook info account from multi profile

I am working on an Outlook inventory powershel script (see also powershell calculated properties for multiple values) This code work great, but only with the d

How can I retrieve the url for an Outlook Calendar?

Is there any way of accessing a calendar in MS Outlook via a hardcoded url? Suppose I have 3 calendars (A, B, C), can I via a url access only A? Any way of doin

Search for an ambiguous outlook recipient with python

I am trying to use python to search for an outlook recipient using this code: import win32com.client search_string = 'name' outlook = win32com.client.gencache.

File exists through Dir() validation, yet it doesn't get attached on mailing macro

I have a macro that can send multiple mails with attachments to an specific user, this had no problem when I sent 1 file to 1 user, but I modified it so it loop

MAPI Requests - Exchange Server (TCP/RPC) vs IMAP-Connection

I am currently developing an Outlook VSTO-AddIn using C#. I want to read certain attributes of each mailItem. (E.g. SenderName, SenderEmailAdress, etc. .. ) As

How to get smtp address of current Outlook store

We have user with 3-4 shared email address in Outlook. I am developing add-in where it will extract the email address of selected store and will get it's contac

Draft emails with email signature

i am trying to send emails through excel and keep the email signature i am able to either save .body as text withough the image or insert the image through .HTM

Sending Email using Outlook / Office365 with Laravel - Failed to authenticate on SMTP server

I'm trying to send an email with our Laravel app using Office365/Outlook. It has worked well with gmail but when I switched over to Office365, the following err

Create a pst file with a bunch of msg files using win32com python

I have a bunch of msg files in a directory, I'd like to kinda put/zip them in a pst file. I've seen some solutions like Aspos Email which needs JVM on the machi

Save OLE Embedded documents in Outlook email to file

I am using late binding to connect to MS Outlook and to open and extract info from outlook emails using the MailItemobject. I am trying to save attachments to f

c# VSTO How to save email in ActiveInlineResponse

I have simple problem, but dont know how to figure out. My VSTO addon use Outlook for create new email. But email which user fill in the Application Outlook isn

Outlook: Links don't work at random in HTML Emails

I have a pretty simple unordered list with some links in an html email that generated by a server. It looks and works as expected in most email clients (gmail,

Searching olFolderSentMail by domain of email address with VBA

I want to find mail in the olFolderSentMail folder, using the domains of the email addresses, with VBA. When I make an advanced filter in Outlook, the result co

Get primary SMTP mail from department in Outlook addressbook

I achieved resolving Names with this code from an example: Function MailSuchen(strSuchen As String) Dim objEmpfaenger As Outlook.Recipient Dim objExchBe

How to choose the signature automaticaly?

I have several signatures in html format. I need to choose one of the signatures according to the domain included in To: and CC: label. The code below merges t

Get the failure reason from a mail in outlook

I am doing some automation on outlook mail box, previously it was lotus notes.So i am looking for equivalent properties in outlook. The lotus notes mail items h