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
Send business card with Custom Form in Office Outlook
I need to create a Custom business card along with custom form , and I want to send it as an attachment just like a normal business card , but receiver should be able to open it with the custom form.

Anushka
- 2,434
- 1
- 17
- 14
0
votes
1 answer
Backstage view in outlook 2007
I am developing an outlook 2007 add-in which is based on an existing outlook 2010 plugin. I managed to get most of the features working, because most of them were backwards compatible. However there are some I could not, because 2007 simply did not…

Jakub Kaleta
- 1,740
- 1
- 18
- 25
0
votes
2 answers
outlook redemption
I was evaluating the outlook redemption for conversion of .eml to .msg file and subsequently purchase of the software.
what I found was it uses current user login to connect to outlook and convert a .eml file to .msg.
but I would like to know is…

user1948304
- 53
- 6
0
votes
1 answer
How come my outlook add-in only works once?
Ok so I have generated a very simple Ribbon to be added to each new Compose window that a user opens. The ribbon works fine the first time. It has 2 checkboxes on it, lets say the user selects the first checkbox and sends their message.
If I debug…

Steven Combs
- 1,890
- 6
- 29
- 54
0
votes
1 answer
Experiencing strange end of line string behavior with Outlook text in .NET
When I try to create the email body from my C# program some funny things happen
oItem.Body = text;
oItem is a Microsoft.Office.Interop.Outlook.MailItem and text is just an ordinary string containing \n When I do this, the \n gets translated into…

Nerevarine
- 1
- 3
0
votes
1 answer
Is it Possible to have an ASP.NET Application in Microsoft Outlook
Users need to fill out an access request and once they are done and hit the submit, it emails the request to their supervisor.
Is it possible to email the entire form(with the user data and also to be filled fields by supervisor) in an email so…

New Developer
- 123
- 1
- 10
0
votes
1 answer
Getting custom context menu and custom tab to work at the same time
My outlook 2010 add-in needs one custom button in the context menu of mail items and two custom ribbons (one for new mail message and another for message read).
To get the custom menu working, i used this:
protected override…

francis
- 700
- 2
- 7
- 18
0
votes
1 answer
Outlook add-in reloading
I'm trying to reload add-in to handle my own update runtime (using click once deployment API, but to provide silend updates)
But I've stucked on reloading add-in. My current task is just simple unload and reload add-in. What I found was similar to…

Marcin
- 3,232
- 4
- 31
- 48
0
votes
1 answer
Outlook Script VBA doesn't work
I have copied this script for separate attachment from mail to a folder.
Public Sub ProcessarAnexo(Email As MailItem)
Dim diretorioAnex As String
diretorioAnex = "C:\Separados"
Dim MailID As String
Dim mailx As…

alejandro carnero
- 1,774
- 7
- 27
- 43
0
votes
1 answer
Microsoft Outlook 2010 - Custom Field to indicate whether email message is sent TO me or CCed to me
Does anyone know how to create customised fields (columns) in Microsoft Outlook 2010. I receive a lot of email and would like to define a new column in my inbox folder, where I could somehow classify email messages and show a Yes/No flag to indicate…

rosst400
- 563
- 2
- 7
- 19
0
votes
2 answers
Search for Outlook contacts in multiple categories - AND not OR
The environment is Outlook 2010 connected to an Exchange server.
The contacts are in a public folder.
I want to find the contacts that are categorized as "Education AND Events".
Using advanced search I can find the contacts that are categorized as…

Hanan Cohen
- 383
- 2
- 15
0
votes
1 answer
Outlook 2010 VBA change properties on a newly from exchange synced appointment
In Outlook 2010 I want to change certain properties in an appointment depending on what identifier is written in the subject line. This works nice as long as I change the appointment in Outlook and use the _changeitem event.
Public WithEvents…

aaron
- 130
- 1
- 5
0
votes
1 answer
Outlook 2010 add-in first time
I need to create an add-in to my outlook 2010.
I have started a new project with office outlook 2010 template, and didn't add any code.
When I click the F5(run) the outlook 2010 application starts to load but gets stuck on "in process".
I'm using…

avnic
- 3,241
- 8
- 37
- 46
0
votes
2 answers
Creating an Outlook Signature Using Tables
I am working on creating a signature in outlook using VBS to push to our users. The signature has tables in it so i can have a logo / user information side by side vs. the standard text on top of a logo. (Original table code found here: …

PY_
- 1,189
- 8
- 18
- 29
0
votes
1 answer