Category "outlook"

VSTO Outlook Add-In : TYPE_E_LIBNOTREGISTERED

we have a add-in in Outlook (VSTO) installed in an environment which has Outlook 2013 and Skype 2013. It has been working successfully until we migrated Skype f

VSTO Outlook Add-In : TYPE_E_LIBNOTREGISTERED

we have a add-in in Outlook (VSTO) installed in an environment which has Outlook 2013 and Skype 2013. It has been working successfully until we migrated Skype f

Use VBA to Change the Name of Specific Attachment when the Send Button it Hit

Using Microsoft Outlook, I am trying to change the name of a specific attachment when the user clicks the "Send" button in a new outlook email. If an attachme

Manipulating the item details of an outlook msg file in Windows Explorer using VBA

I have mashed up a VBA script from various web sources to save selected Outlook 2013 mailitems as *.msg files on the filesystem. This works well but I want to a

How to save email from outlook using python

I am trying to save email from sub-folder using the below python script, I am trying to restrict with days=1 means I only need to save emails which are 1 day ol

Outlook GAL fails to be top-most window when called from VBA UserForm

i have about ten responses from StackOverflow open but none of them quite answer my problem. i have created several UserForms in Excel VBA for this particula

Get Sender's Email Address in Outlook Macro Without Using MailItem

The MailItem.SenderEmailAddress and MailItem.To fields are coming through as null unless I run Outlook at admin. How can I get the sender's email address and t

How to programmatically (C#) create and add a default (HTML) signature in Outlook 2013?

Sorry for bothering you - but maybe somebody can help me here!? We are creating an Outlook 2013 VSTO Add-In to manage Corporate Signatures centrally and publis

Track Email Category change in public shared folder only if I make the change

I have code to track changes in the Category of emails in a Public (Shared) Folder. I have set up the code to be able to switch it "on/off", and this code is in

Logging into Outlook using powershell with no user logged on

I was wondering if its possible to create a powershell script to log into a specific outlook mail box and than add the script to the scheduled task so that no u

VB 2010 and Outlook: how does the VB application know which mailbox to access?

I have a VB project which is a server for an enterprise client app I wrote for iOS. The server works great on the development machine, and I was ready to deploy

Fastest way to move outlook emails to postgresql db using Npgsql

I have around 200 000 emails in outlooks public folders. Exporting to pst is a little bit fast but I don't know if psts are reliable. Also decoding it perfec

outlook vba code to display pictures in email

By default, my MS Outlook 2013 is set NOT to download images in received HTML e-mail messages. I would like to keep this setting. There are some senders whose

c# outlook addin - add custom flags or icons for emails [closed]

currently we can add some red flags to email. And after that, we can those flag icons to appear while listing of emails. I want the similar

c# find outlook contact by email address

I was able to find outlook conctacts by firstname and lastname this way: Outlook.ContactItem contact = (Outlook.ContactItem)contactItems.Find(String.Format("[F

c# outlook addin - add custom flags or icons for emails [closed]

currently we can add some red flags to email. And after that, we can those flag icons to appear while listing of emails. I want the similar

Extract text string from undeliverable email body to Excel

I am trying to extract the email address from each individual undeliverables email body. The email body would be like: ----------------------------Email-------

How to import multiple vCard VCF contact files into Outlook using Powershell?

How can I import multiple vCard VCF contact files into Outlook using Powershell ? My script for create vcf is : # Création d'un fichier.vcf New-I

Fill an Outlook email template using words from a Word document using VBA

I am creating a Word document which contains macros that will convert the .doc to .PDF, and include it as an attachment in an autogenerated Outlook email contai

Move mail to "Junk Email" folder and create a spam rule

I'd like to move the selected email to the "Junk Email" folder and create a spam rule for that email address that automatically sends all future emails from tha