Category "outlook"

Get sent message in Outlook Addin

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

How to retrive Group mail box names for outlook profile using MAPI program?

Is there a way to retrieve added group mail boxes name for particular outlook profile through extended MAPI program?

Standard character set for Outlook 2010 .msg file

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

535 5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant

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

Install custom Outlook 2003 form in users Personal Form Library programmatically

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

Expand recurrence data of Outlook appointment and get list of occurence dates.

Is there any way to expand recurrence pattern and get list of dates that recurrence will occur. Outlook.RecurrencePattern pattern = aitem.GetRecurrencePattern

Suppress Userproperty printing with outlook mail items

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

Outlook ItemAdd event fires twice for new Calendar items

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

Outlook ItemAdd event fires twice for new Calendar items

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

Email sent through CakeEmail showing attachments icon in outlook even when no attachments is sent

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

Processing a .msg file in java [closed]

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

Email sent through CakeEmail showing attachments icon in outlook even when no attachments is sent

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

Microsoft Exchange WebService Contact Email Addresses formatting

I have set up a microsoft exchange web service to allow me to send and receive data to and from my Microsoft Outlook account. I am attempting to get the saved

How to change sender name in Outlook ?

I am sending an email using Outlook object from a subroutine vba The email gets send from my email and the recipients see : [email protected] . Is there any wa

Deploy/programmatically create Outlook Rule to run Script

I need to deploy an Outlook rule that runs a script. So in other words I need deploy both an Outlook rule and the script it runs. I know I can get users to impo

How to get all appointments including the private ones?

I want to list all Outlook appointment times in a specific time range and I am only interested in start and end time of the appointments. I'm using this code s

Python: Automatically send Outlook email bypassing the programmatic access warning

I am trying to send out email alerts on my virtual machine using Python. This is my code: olMailItem = 0x0 obj = win32com.client.Dispatch("Outlook.Application"

Wait for 5-10 seconds then run Outlook code

I have VBA code in an Outlook rule. I want when I get email with a specific subject, Outlook starts to run a script. However, when email is received, Outlook s

Return one newest instance of the mail, based on subject, from multiple subfolders

I have a search for items, in subfolders of the Inbox, based on subject line. I am trying to return the most recent mail and have been using the code: Items.Sor

Transferring variable from userform in the itemsend routine in outlook

currently, I have a routine in outlook that is run when I send and email. The object of the code is to automatically CC a person in organization A whenever I e