Microsoft Outlook is a personal information manager from Microsoft, available both as a separate application as well as a part of the Microsoft Office suite.
0
votes
0answers
6 views
Exporting E-mail from Outlook with Powershell
Hi I need to create a script that will search one or more folders for emails and create folders on a network share based on the subject of the e-mail and then export the e-mail also.
Not quite ...
0
votes
0answers
2 views
vbscript connecting to AD with alternate credentials and build outlook signature
I am trying to pass alternate AD credentials in a script and display user attributes (ie displayname, department, title).
I want to prompt for a username and password and then I want the script to ...
0
votes
0answers
5 views
Outlook AppointmentItem.ClearRecurrencePattern() is not working
I wanted to update an existing outlook appointmentItem, using the following code:
AppointmentItem existingItem = GetEventById(eventId);
if (removeRecurrence)
{
...
0
votes
0answers
9 views
Renaming .msg files using Powershell
We tend to drag and drop messages from outlook into Windows Explorer so I need to rename the default message filename so that the files are searchable/readable from Explorer.
I have managed to put ...
0
votes
0answers
11 views
make elements in outlook read-only via C++ addon
the main idea is to make read-only elements (contacts) in outlook by my own rules...
I use
ItemEvents_10
HRESULT Write ( VARIANT_BOOL * Cancel )
with IDispEventSimpleImpl
after cancellation we have ...
-1
votes
1answer
10 views
Creating custom mailbox in outlook without using the mail protocols [closed]
I want to create a custom mailbox that is consisted of the mail default folders like inbox, send, etc without using the mail protocols like IMAP or POP. I also want this mailbox to work with my ...
1
vote
1answer
15 views
Changing Load Location of Outlook plugins
We have created a VSTO Plugin for Outlook. Is it possible to make Outlook look a directory outside of C:\Program Files for the location of plugins?
0
votes
1answer
5 views
Outlook interop: how to make application work with both version 2007 and 2010
I have created a small application to send emails via Outlook. The application opens an Outlook mail item with various pre-configured templates.
Now, the application was first build for Outlook 2010 ...
1
vote
1answer
16 views
How to open compose page of outlook after clicking on an image
any one tel me how to open outlook message box to send mail by clicking on an image. The compose page should open with email address To. Plz any one help me.
0
votes
0answers
18 views
Connecting Outlook with Qt
We have a need to sync Outlook objects via an Qt App as backend or "integration gateway" (Non Open Source).
We would like to sync objects such as Appointments (+recurring), Tasks and Contacts.
What ...
-1
votes
1answer
13 views
VBA Macro in Excel for copying emails from Outlook folder to local drive?
I have an excel file which contains data as per below.
-1st column contains subjects line of each emails in outlook folder
-2nd column contains the path of local drive to where the corresponding ...
0
votes
1answer
28 views
VBA Send an Email from Excel with Follow-Up Reminder
This question is about VBA capabilities. I've been sporatically working on a VBA project for a few months. The macro replaces a current manual process of copy/pasting data from a workbook into a new ...
0
votes
0answers
25 views
Outlook 2013 - Slow Performance? [closed]
Has anyone made the switch from Office 2010 to 2013 and see the performance difference? I disabled hardware acceleration and animations like many of the posts you will find in searches suggest, and ...
1
vote
1answer
43 views
How to launch a C# windows form application from Outlook?
I have a Windows form application that, among other things, sends an email to users when they are assigned to an "action." In the email I want to put a link that will open the exe and pass in ...
0
votes
0answers
3 views
Is there a way with DisablePST in Outlook to also permit AutoArchive in order to allow automatic deleting of old Email?
In our office, DisablePST is set via Group Policy, and AutoArchive appears to get disabled right along with it.
Conceptually, it seems easy enough to permit AutoArchive, in order to delete old Email, ...
0
votes
1answer
19 views
Attaching file to mail with outlook
I've got a file (a btmap called secretimage) that I want to attach to a mail when the user hits a button. I'ld like to use Outlook for this.
So this is what I've done:
using Outlook = ...
0
votes
1answer
8 views
outlook object model changes from 2003 till 2013
Can anybody tell me in brief what are changes in outlook object model starting from outlook 2003 till outlook 2013 ?
Any link would be helpful.
I have tried the below link
...
1
vote
0answers
13 views
Outlook 2013 - Fillable Forms?
Is it possible to create fillable form so that the client can fill in the info and reply back?
It seems like very easy work but I am trying to mix in some drop down menus
I created the form in Excel ...
-5
votes
1answer
44 views
Creating an MSG file in ASP.NET C# [closed]
Any idea how to create an MSG file in ASP.NET C#? I tried looking for examples on Google but I'm not having a good luck with that.
Thank you.
Update Edit: Here's what I was able to do after looking ...
0
votes
1answer
7 views
Image hosted as HTTPS in Tomcat does not display in Outlook
I have a question regarding image hosting.
I have a tomcat server which hosts a website over https. It contains a number of images whose links are used in some emails. I expect the images to be ...
0
votes
1answer
57 views
Outlook adding space in HTML email
I know this is a common problem, I've searched high and low for a solution. Everything I've come across, I've tried. If I had any hair left I would be pulling it out.
I have a table that has a ...
0
votes
0answers
8 views
Outlook conversation view - MOVE all items in conversation (no matter what folders) at once [migrated]
I am using conversation view and currently if I move something from my inbox to a subfolder it only moves the items in my inbox (even though it shows all other foldsers (including sent items) in the ...
0
votes
0answers
27 views
Microsoft outlook interaction with web application or web site
I want to send a mail through C# code in asp.net website I use smtp client to do this
This mail should have a voting button say yes no.
This mail will be fired to Microsoft outlook mail Id ...
0
votes
0answers
12 views
How to catch DialogResult when close Compose form in Outlook?
I want to catch DialogResult when I close Compose form in outlook. How to do it?
See process:
Choose a email --> Reply --> type something --> Close form, it shows a window to ask me save mail or not ...
1
vote
1answer
27 views
Create a Microsoft Outlook Task from Lotus Notes
I want to create a Microsoft Outlook Task from Lotus Notes and assign that task to someone. I create the task in LotusScript and this works fine if don't assign the task to anyone. However, I can't ...
0
votes
0answers
17 views
Outlook VBA- MailItem application-defined or object-defined error
When I try to get properties of a MailItem in outlook using this code:
Set objOutlook = CreateObject("Outlook.Application", "localhost")
Set objNamespace = objOutlook.GetNamespace("MAPI")
...
-2
votes
0answers
16 views
Searching Outlook RSS feed for specific words with notification pop-up
I am looking to do a project that automatically scans an RSS feed in outlook using VBA. The scan would look for a list of buzzwords popping up anywhere in the feed and when these words came up a box ...
0
votes
1answer
38 views
Outlook VBA— Some MailItem Properties return values, others do not
EDIT: New info: I just now realised that, while the return of Mailitem.Body is "", the actual value is . I'm not entirely sure what that means, but I do know it shows up in multiple fields-- I ...
0
votes
1answer
25 views
Outlook.Items Restrict() wierd behavior
I just want to filter my Mails with the Restrict-Method like so:
restriction += "[ReceivedTime] < '" + ((DateTime)time).ToString("yyyy-MM-dd HH:mm") + "'";
var count = ...
0
votes
0answers
4 views
Google map, with marker positions loaded from external xml file, every hour
I recieve every hour a mail with positions like this:
N 40 20.700, W -12 38.520, 2012-04-28 10:23 GMT 33.1 kts 210 T
This I need to export from my outlook 2013, to a xml file, ending up like this:
...
0
votes
0answers
18 views
How do I register my application as a telephone handler for Outlook?
Our client wants to be able to press the "Call" button in Outlook (when viewing a contact), and then have their desk phone place the call. There's an API available to handle communication between my ...
0
votes
0answers
19 views
Outlook 2010 macro to run rules
I got the below code from the web to run outlook 2010 rules. I'm just trying to run only one rule at a time by selecting it from the combobox but I couldn't figure it out since it runs all rules as ...
0
votes
1answer
18 views
Get MAPI Folder in Outlook from Folder Path
I am trying to use the function from on this page: http://www.outlookcode.com/d/code/getfolder.htm to use the folder path to navigate to a folder. (I will copy that code onto the bottom of this ...
1
vote
3answers
38 views
How do i submit a form by email at the click of a button?
I have a script written to send an email of a completed form when I click a button but it doesn't work, here's the code:
<button type= "button" onclick= form ...
0
votes
1answer
27 views
Add automatically CC In the new message in outlook using VBA doen't appear?
when i click new email outlook the automatically cc email doesn't appears form VBA code in cc text area please help me in doing this i already add the CC using VBA in Application_ItemSend event but it ...
2
votes
1answer
27 views
Update an Existing Outlook Appointment
Having created an outlook appointment doing something like this;
Microsoft.Office.Interop.Outlook.Application app = null;
Microsoft.Office.Interop.Outlook.AppointmentItem appt = null;
app = new ...
0
votes
1answer
25 views
Outlook 2010 VSTO AddIn does not load after automatic installation - only after manual execution
I have created a little VSTO AddIn for Outlook 2010 and a setup project to install it (like described here and in other tutorials)
The installation runs fine: All prerequisits are installed and all ...
0
votes
0answers
13 views
Saving outlook mail items in UTF-8 / Unicode using C#
We have created an Outlook Plugin which (amongst other things) can be used to save Mail items in text form to a specific folder. However, the text of the resulting text file is encoded in ANSI and I ...
1
vote
0answers
33 views
C# Outlook add-in randomly stops working, no errors
I have written what was a small add-in for Outlook that watches for emails being received, and then automatically prints the attachments if there are any, or the email itself if there are no ...
0
votes
0answers
12 views
can you share an Outlook storageitem or use an AppointmentItem with concurrency?
I'm working on an vsto add-in for outlook that creates a custom all-day appointment that allows multiple users to edit the work for that day.
I have successfully stored the data in the body of the ...
-1
votes
1answer
16 views
Monitoring a mailbox and sending autoreplies using Java [closed]
I am working on Incident Management System where user creates tickets and track them.
Sending mail to a Public folder is one of the ways to create tickets. I am users to be replied as and when they ...
0
votes
1answer
39 views
C# Winforms Exception from HRESULT: 0x80040154
I have a winforms application which works perfectly in my x64 Win 7 dev environment but I cannot get the Outlook feature to work at all on the x86 XP machine, I keep getting this error when I try to ...
-3
votes
1answer
58 views
How to get the contacts of outlook to C#? [duplicate]
I want to get the contacts of outlook to C# form in grid view. I have used the Microsoft outlook 12.0 Object Library 9.3 version. I am trying to get the contacts displayed in gridview as the ...
0
votes
0answers
8 views
MS Live API get Tasks
I need get tasks from calendars. I read documentation from Live Connect Developer Center but all i find it's a events, contacts, calendars, mail, but i need a tasks. Anybody know anything about this ...
0
votes
1answer
54 views
“Run time error '9' Subscript out of range” shows up while trying to fetch the Email body from outlook to Excel file
I am trying to fetch the part of the Email body from outlook to Excel file using the following coding. It is giving me error as “Run time error '9' Subscript out of range “ as specified in the ...
0
votes
0answers
9 views
VPIM: How to Set Default Calendar
I am using the VPIM ruby gem in a project of mine, currently, the ics file that is downloaded is creating a new calendar in Outlook, I want to be able to specify which calendar (preferably just the ...
0
votes
1answer
22 views
How can I keep an html link from breaking at the end of a line in outlook?
In an HTML email is there a solution to have a link stay together.
For example:
This is a story about whatever I want it to be about. Read
More
Where 'Read More' is the link. So if it doesn't fit ...
0
votes
1answer
47 views
modify files sent date using c#.net
here is what i want to do
Step I: I have an .eml file
Step II: I want to change files Date sent value using C#.net
If you are unable to see this column on your pc follow these steps.
0
votes
1answer
10 views
VML base64 image
I use html signature for Outlook 2007. The signature contains a few image file. I want embed image files so it's shouldn't be on attachment. But v:image doesn't show image.
<!--[if gte vml 1]>
...
1
vote
0answers
17 views
How to change the credentials that get used when using CRM for outlook?
I am trying to use the CRM for outlook plugin from outside our domain. Using CRM online is not an option. The web application is accessible from outside the network - using an https binding. When I am ...

