Questions tagged [outlook-2010]

Microsoft Outlook 2010 is the release of Microsoft's popular Outlook platform that debuted in July 2010. New features in this edition include ribbon interfaces in all views, a programmatically accessible Navigation Pane, and improved social networking features.

949 questions
0
votes
2 answers

Move my replies to another folder

I want a VBA macro code for Outlook 2010 to move my manager requests mails from my inbox to another folder in case I reply.
Mona
  • 21
  • 6
0
votes
1 answer

Outlook Shared Inbox Macros

I will try to be as clear as possible. There are 5 people on my team. We each have our own personal outlook email accounts. Our team leader is ALSO the owner of an account that we all have access to (call it "SharedAccount@xx.com"). I have macros…
gcc
  • 283
  • 1
  • 3
  • 14
0
votes
2 answers

Listen to multiple items being dragged into a folder - Outlook

I am trying to figure out how to keep track of the number of mail items going into a folder by putting a listener on that folder but it isn't working right. This is what I have but for some reason the selected amount isn't correct when I drag…
gcc
  • 283
  • 1
  • 3
  • 14
0
votes
1 answer

Outlook.Application.Quit does not work

I'm trying to quit outlook.application after I'm done with the object like the following //variables intialisation var outlookApp = new Microsoft.Office.Interop.Outlook.Application(); RDOFolder store; RDOStore mailbox; RDOSession session; …
Machinegon
  • 1,855
  • 1
  • 28
  • 45
0
votes
2 answers

How to get the email address from MS outlook 2010?

This is the code I am using to retrieve the MS outlook mail - NameSpace _nameSpace; ApplicationClass _app; _app = new ApplicationClass(); _nameSpace = _app.GetNamespace("MAPI"); …
Nitendra Jain
  • 489
  • 1
  • 7
  • 24
0
votes
1 answer

Outlook 2010 where is the default location when saving emails

In Outlook 2010, open up an email > File > Save. Where is Outlook saving the email to? I didn't see it in "My Documents" folder (as File > Save As, default save to that folder). Searching online only found how to change the default location.
Stan
  • 37,207
  • 50
  • 124
  • 185
0
votes
1 answer

Can an Outlook add-in be tested on a remote machine without registry entries?

I've written solution that consists of outlook 2010 add-in which will serialize an email and moves it to a folder where the server app detects, deserializes it and takes over. We're getting ready to do some preliminary testing on a remote machine…
Tom
  • 11
  • 3
0
votes
1 answer

Dynamics CRM 2011 Outlook Client - "Regarding" and "Track in CRM" ribbon buttons ids

I would like to invoke button click action on the CRM 2011 outlook add-in buttons. Microsoft provides Excel with all custom button ids, is there such a document for the CRM client? I've tried already to use outlookspy and iteration CommandBars in…
0
votes
1 answer

Outlook-VBA: detecting opening a file event

Using either: Private Sub myInspector_NewInspectr(ByVal Inspector As Outlook.Inspector) or Application_ItemLoad(ByVal Item As Object) I need to find out if Inspector.CurrentItem or the Item loaded are opened from inside of outlook (by clicking an…
W Almir
  • 656
  • 8
  • 19
0
votes
1 answer

How can I open an Outlook data file programmatically?

In my current environment, I have to run Outlook as administrator on my workstation and that doesn't play well with some of my other software that is using the Outlook 2010 Developer Reference to move messages around in the Outlook mailbox. The…
Keng
  • 52,011
  • 32
  • 81
  • 111
0
votes
1 answer

How to check folder type in Outlook

I am working on an outlook application and came to know that Folder object is the new one which has superseeded MAPI.Folder which was being used in earlier versions. Now the question is: 1. i want to read .pst file by using the Folder object so that…
newbie
  • 167
  • 2
  • 11
0
votes
1 answer

How do I force Exchange to redownload emails that have been archived

I am trying to recover email from a corrupt PST file. I have had no luck yet running scanpst.exe. Is there a way to force exchange to re-download email that has already been archived?
Mark
  • 1,368
  • 5
  • 13
  • 26
0
votes
1 answer

Disable inner messagebox of a VSTO Outlook addin to visualize only my custom messagebox

i developed an addin for Outlook 2010 with VSTO mode. the addin works good. But i have a problem: i have customized the messagebox/popup with my own window. When an exception was thrown now i have 2 messagebox, the mine and the one of the VSTO. Is…
0
votes
1 answer

Console App to search outlook inbox with subject line filter skipping emails

I am writing a console application that searches through the current users outlook inbox. The program performs certain actions on each email based on the subject line and then moves the email to 1 of 3 subfolders. So far it has been running…
ovaltein
  • 1,185
  • 2
  • 12
  • 34
0
votes
2 answers

Removing padding from Outlook 2007, 2010, and 2013 when applying background color in body

After stackoverflowing and googling, I can't remove this padding in Outlook 2007, Outlook 2010, and Outlook 2013. Note: I use table layout for this build. Note: I already used this:
Tepken Vannkorn
  • 9,648
  • 14
  • 61
  • 86