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
How copy & paste over 1000 emails into an Email group?
I have a saved email that I use to email my staff. the email is sent to an email group that I created with over 1000+ email addresses. But alot of the email addresses are no longer valid.
I tried updating the email group and resending the email.…
0
votes
1 answer
Outlook Rule to Send Mail On Mail Receipt
Is there a way for Outlook 2010 to send an email whenever a message is received? I don’t want the original email forwarded or redirected (major business rules violation); I just want to receive an email alert at another address. It would be great…

Jayden67
- 173
- 3
- 11
0
votes
1 answer
isBodyHtml is true and AlternateViews set, still no View Code option in Outlook 2010 using c#
I have both .isBodyHtml=true and AlternativeViews option with one for text/html, but the View Code option in Outlook is still grayed out and not available for me to use.
My code:
var emailContent = "this should be…

Ian Davis
- 19,091
- 30
- 85
- 133
0
votes
2 answers
Outlook-2010 does not display image alt-text. Shows "the linked image cannot be displayed..."
I have a scenario where I want to check whether the alt-text of image, added on mail, is shown correctly while sending a mail or not. To test this, we added an img tag in mail but gave nothing in src and added an alt-text.
Now the problem is that…

Ross Cooper
- 245
- 2
- 10
- 20
0
votes
1 answer
How do I list permissions/owner info for shared folders in outlook/exchange 2010?
I am running Outlook 2010, Exchange 2010, and Windows Server Std 2012. I want to view the owner and permissions of a shared folder for an email user without prior knowledge through the exchange shell.
The Scenario
In outlook, user1 creates a folder…

user1988178
- 1
- 1
- 1
- 2
0
votes
2 answers
Power Shell Output Re-Filter | Get-CalendarProcessing
I'm trying to write a script that shows resource delegates in Outlook 2010 mailboxes. The code for this is:
input > Get-CalendarProcessing -Identity $Alias | where {$_.ResourceDelegates -ne "{}"} | ft *
The output important to me is the Resource…

user2920399
- 1
- 1
0
votes
1 answer
Microsoft.IdentityModel in Window XP
We have Window XP where Outlook for CRM-11 is installed.
I developed a Outlook Addin and installed on this system.
Setup could not be installed due to "Microsoft.IdentityModel" is not found as it does not support in XP.
Then how Outlook(With CRM) is…

Anish
- 588
- 6
- 21
0
votes
1 answer
Use Redemption (Outlook 2010) to get ContactInfo of each Recipient of a Mail
I use the following code to get ContactInfo (in Outlook2010) of each recipient of a mail to be sent. The code works, but only for a few contacts, although all contacts are stored in my adressbook. For some the last line (GetContact) delivers…

HHeckner
- 4,722
- 4
- 23
- 33
0
votes
1 answer
HTML is skewing in Outlook 2010
This works fine in normal clients but as we know Outlook is a pain to work with. It looks ok to me but can someone tell me why this would not render in Outlook?
Welcome to the… ![]()
Liam Coates
0
votes
3 answers
HTML Emails - Outlook 2007/2010 border collapse/spacing issueSo, I'm having issues with Outlook 2007/2010 spacing (border collapse?) issue.
Here is an image as to what it is doing (the Hurry Now.. text gets pushed down)
Here is what it is supposed to look like & works fine in all other email…
![]()
mhy
0
votes
1 answer
Sending Automated Email from Access VBA through OutlookOk, so I've been putting band aids on top of band aids on a simple snippet of code to get an email to send. What I've been trying to do is get an email to send through outlook. My first issue was runtime object define 287 at the following…
![]()
Grant
0
votes
1 answer
MeetingItem saved; but change now shown in CalendarI updated meeting item in Application_ItemSend event handler, the "sent" message shows the change; however on my calendar, the change doesn't show up. What's wrong?
![]()
PerlDev
0
votes
1 answer
Batch File fails when launched from OutlookI have .bat files that execute PowerShell scripts. They run fine from Task Scheduler or when running the batch files myself, but when I run them from Outlook (either from VBA script or using a Rule) - they just exit immediately without…
![]()
user2725402
0
votes
1 answer
Outlook AddIn: creating new ContactItemI use the following code to assign some data to an appropriate ContactItem (Sender) of given MailItem. If Sender.GetContact() returns null, I'm trying to create a new ContactItem.
Outlook.MailItem myItem =…
![]()
Roman Yankovsky
0
votes
3 answers
VBA Filter only returning exactly half the restricted criteria itemsI am writing some VBA for Outlook, which is not something I often do. I have a strange problem with the following code:
Sub Archive()
Dim objSourceFolder As Folder
Dim OldMessages As Outlook.Items
Dim Allmessages As Outlook.Items
…
![]()
High Plains Grifter
|