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.
Questions tagged [outlook-2010]
949 questions
0
votes
1 answer
Office 2010 VBA - pass SenderEmailAddress to Excel workbook and run Excel macro to send email
I've been asking people that are more familiar with VBA than I with not the kind of luck that I am hoping for. Here's what I need:
incoming email with "Stats1", "Stats2", "Stats3" (etc.) in the subject line
rule is triggered, capture the sender's…

TheOrion
- 1
- 3
0
votes
1 answer
How to use Outlook's AdvancedSerach to find expiring e-mail via assigned server policy
I am attempting to find all expiring e-mails via Advanced Search method provided below. Optimistically, I hoped that their searches in articles such as this, and this which suggests using 'expires:<=the next month' would do the trick, but it does…

Magnum
- 1,555
- 4
- 18
- 39
0
votes
1 answer
VB.NET - How to Drag a File From Outlook 2010 to My Form?
I'm developing an application to read XML files, get its data and populate some field. SO, I've implemented two ways to get the file: through a command button and through the drag and drop form event. Everything is OK if I use a file stored in a…

JoseFernandes
- 33
- 1
- 5
0
votes
1 answer
How do i find the current open meeting item is cancel meeting item or deleted meeting item?
How do i find the current open meeting item is cancel meeting item or deleted meeting item?
I need to find this via outlook object model.
Thanks a lot for your help in advance !

Selvakumar
- 360
- 1
- 3
- 17
0
votes
1 answer
User-defined type not defined - Using VBA to Import Pictures to Contacts in Outlook 2010
I'm trying to use some VBA in Outlook 2010 to bring in pictures for a contact list. When I last tried this in Outlook 2007, it worked fine. But now, I've been upgraded to Outlook 2010, and it no longer works. It errors on the Dim rec as…

Susan T.
- 21
- 1
- 8
0
votes
1 answer
C# send email using Outlook dlls
In my application, I need to send emails. I can' t use smtp and there is no option installing MS Outlook in normal ways. I tried;
private Microsoft.Office.Interop.Outlook.Application oApp;
private Microsoft.Office.Interop.Outlook._NameSpace…

Alpay
- 1,350
- 2
- 24
- 56
0
votes
2 answers
Import Outlook MSG with Thousands of Recipients to PST
I have a number of Outlook MSGs that I need to save to alternate formats, such as MHT. The MSGs each have thousands of recipients, and I am aware that the MSG structure is not robust enough to handle large numbers of recipients. I believe that my…

Jacob Quisenberry
- 1,131
- 3
- 20
- 48
0
votes
1 answer
Outlook 2007/2010 & GMail Paragraph Spacing Issues in Newsletters
I'm getting double spacing in Outlook 2007/2010/2013 and GMail but it looks fine elsewhere. I'm creating a newsletter and I've tried all-sorts: border-collapses, margins, paddings, spans, and still can't get my head around this. Can anyone see where…

mjcoder
- 1,009
- 9
- 25
- 45
0
votes
1 answer
Plugin ribbon control button not showing the image
I have created a plugin button for the outlook in Microsoft.Outlook.Mail.Compose.My problem is i can see the button but not the image.i am returning a bitmap image in the callback method.i also tried to convert the image using…

user1519677
- 1
- 1
0
votes
1 answer
VSTO for Outlook 2010 returning nothing instead of contact?
I'm trying to create a right-click menu on the Outlook 2010 contacts view which returns all phone numbers for a contact
I have put in the following XML:
0
votes
2 answers
Outlook meeting cancelling using VBA
There are instances when we forget to cancel a meeting which we scheduled, maybe due to absence of someone important, or maybe due to lack of time. But in many cases we forget to cancel the meeting from outlook. So, I am looking for a VBA code which…

raslams
- 21
- 1
- 3
0
votes
1 answer
How to save full contact from GAL from dist list and save as a private contact in outlook vba
When I open a distribution list and double-click on a member who isn't part of my personal contacts and select add to contacts form the more options menu, it opens up their contact info. I can then save it to my personal contacts. Is there a way…
0
votes
1 answer
Outlook Save MHT - Include BCC, Exclude Embedded Items, Display Addresses
I use C# and the Outlook 2010 object model to save Outlook emails to MHT format (MIME HTML). I have no problem saving an email as an MHT.
//mi is a MailItem
//Save As MHT
mi.SaveAs(@"D:\test.mht", OlSaveAsType.olMHTML);
There are aspects…

Jacob Quisenberry
- 1,131
- 3
- 20
- 48
0
votes
1 answer
Programmatically reply to an email in Outlook
I'm writing a script that replies to every email coming in.
I have made a rule to run on all incoming messages that runs a script, sets the category, and marks as read. The rule sets the category and marks as read, but doesn't run the script. Below…

apatton.cnet
- 13
- 1
- 2
- 6
0
votes
1 answer
How to find owner of a shared calendar in appointment and meeting window?
There is no field in the appointment Item or the meeting item that determines the current calendar which i am accessing is shared calendar or my own calendar folder?
How do i get this? Is there is a way in outlook object model to get this?

Selvakumar
- 360
- 1
- 3
- 17