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
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
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
I was able to find outlook conctacts by firstname and lastname this way: Outlook.ContactItem contact = (Outlook.ContactItem)contactItems.Find(String.Format("[F
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
I am trying to extract the email address from each individual undeliverables email body. The email body would be like: ----------------------------Email-------
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
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
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
I am facing some problems trying to get the sent message from an Outlook plugin. In onItemSend event, I open a dialog where it shows some fields, with message
Is there a way to retrieve added group mail boxes name for particular outlook profile through extended MAPI program?
I need to find out, what type of character set it is, if I save an email from outlook 2010 in non-unicode format. At saving you can choose between .msg file and
I am sending e email using an SMTP error . I am getting Authentication unsuccessful. The username and password are correct. Am I doing something wrong. public
We've a customer Outlook 2003 form and it is published to the Organisational Form Library on the Exchange Server. But the newest version of Exchange Server will
Is there any way to expand recurrence pattern and get list of dates that recurrence will occur. Outlook.RecurrencePattern pattern = aitem.GetRecurrencePattern
I need to suppress the printing of outlook userproperties programmatically added to a mail item. I had seen the following question that has a solution for dot.n
I'm working on an Outlook add-in that will monitor the current user's calendar and send that user an email when a specific type of appointment or meeting is rec
I'm working on an Outlook add-in that will monitor the current user's calendar and send that user an email when a specific type of appointment or meeting is rec
I have using CakeEmail to send email but when I send Html and text email then the email show the attachment icon in the outlook . I found that it is because o
I am planning on parsing an outlook .msg file in Java - the message body will be a number of tables which I need to process - as such I was wo