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
Change replies to another address with Outlook 2010
I am trying to create Outlook 2010 VBA code to reply\reply all to a specific email address.

tabacman
- 1
- 2
0
votes
1 answer
Store outlook emails generated using Spring JavaMail and Velocity Template
I am generating emails using Spring JavaMail and Velocity Template to send to the customer.I have to store these outgoing Emails into some folder in .MSG format.I did so much research on the web.But not able to find right Java API to do this.And in…

SRy
- 2,901
- 8
- 36
- 57
0
votes
1 answer
How to connect Outlook to an external list, which uses external connector in DLL
The task: connect Outlook with the external list, which was created in Visual Studio and uses SAP connector (sapnco.dll).
What I've done:
Created this external list. I can see all information in SP.
Chose its Office Item Type as…

MikhailSP
- 3,233
- 1
- 19
- 29
0
votes
1 answer
Retrieval of a page from CRM server failed due to an error
Accounts and Leads are not loading in crm outlook.
All other entities are working fine. When i click on accounts and leads an error comes as "Retrieval of a page from CRM server failed due to an error".
These Entities Work fine in Internet…

kanchan
- 11
- 3
0
votes
7 answers
One pixel space under image in HTML email in Outlook 2010
I know this is the kind of question that gets asked all the time, but I have been through every answer I can find and nothing solves this. The problem is that outlook 2010 adds a one pixel gap under (or over) every image inside a table cell.…

scruffian
- 697
- 6
- 7
0
votes
2 answers
How can I get the actual appointment / meeting time from the reminder?
In ThisOutlookSession, I have added code for Reminders:
Private Sub obj_ReminderFire(ByVal ReminderObject As Reminder)
If (ReminderObject.Caption = "Daily Update") then
' Do some thing.
' Check if the reminder is for today only
If…

hari
- 1,419
- 4
- 19
- 30
0
votes
1 answer
Outlook 2010 VBA ThisOutlookSession replaced
While developing code, I deleted the code I was working on.
ThisOutlookSession was somehow deleted and replaced with "Module2". Every time I boot up VBA now, I get a warning saying that the program does not trust Module2.
I can get…

GregSpev
- 75
- 1
- 4
- 11
0
votes
2 answers
How to check existence of a property in Outlook Interop?
I am trying to determine sender of a email in Outlook 2007 and above. In Outlook 2010 you have a Sender property on the MailItem object while in Outlook 2007 you have to do it differently like mentioned in this question.
So now I need to know…

devanalyst
- 1,348
- 4
- 28
- 55
0
votes
1 answer
How to Modify Properties (Time Zone) of Recurring Appointments in Outlook 2010 VBA
I am writing a new and revised version of a VBA Outlook macro that will go through all appointment's in a user's calendar and change every recurring series' time zone to Central Standard. No matter what I do, however, I cannot seem to get it to…

flyingscotsman74656
- 91
- 2
- 9
0
votes
1 answer
Merge pop pst into exchange pst file remotely
I have a pst file I want to upload to an exchange server and be made a permanent part of the exchange mailbox.
Can this be accomplished by going into file->advanced->export->"import from another program" and importing the pst file?
I need to make…

Scott S
- 389
- 7
- 20
0
votes
2 answers
Outlook 2010 spacing issue between tables rows
I have a single table HTML with 3 columns (25px : 580px : 25px) with white background throughout table, trs and tds. All works in every browser except Outlook 2010.
In Outlook 2010 I am receiving vertical gaps in the two outer columns between table…

John E Bevan
- 1
- 2
0
votes
1 answer
Outlook 2010 Addin not shown
I have an interesting problem: After finally having managed to actually make Outlook load the addin after its installation (the addin is a form extension for the new-item inspector), Outlook does not show the form.
On the computer I developed it,…

arik
- 28,170
- 36
- 100
- 156
0
votes
4 answers
Index out of bounds when comparing two lists
I searched all over the internet to find an answer for this. I am looping through two lists (list1 and list2) with nested for loops and removing duplicate records in first list based on three criteria. If all records in these two lists match each…

amey1908
- 157
- 3
- 11
0
votes
1 answer
Sending HTML format to outlook using window.location ="mailto
I am trying to send HTML data to outlook, but it comes with plain text.
window.location ="mailto:"+emails+" bcc=client@xlgateway.com&subject="+subject+"&body="+body;
body is HTML table.
Any ideas?

alkhader
- 960
- 6
- 16
- 33
0
votes
3 answers
For Each to Iterate through a List of Outlook Calendar Items
I want to change the time zone of all items in an Outlook 2010 calendar.
I am confused as to how one would work with the items of a collection as they are iterated in the loop. My main background is in Java, and as I understand loops there a single…

flyingscotsman74656
- 91
- 2
- 9