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
-1
votes
1 answer

How to delete old emails when a new email with the same subject is being received

I'm Having trouble deleting Emails with same subject line but keeping the newly received Email on Outlook-vba Does anyone have any ideas on how to do that?
N.G.L.
  • 3
  • 1
-1
votes
1 answer

Expanding DL in outlook

If we send a mail to a DL and at the other end that DL gets expanded(will show all the names in it). Does this causes a performance issue on the outlook server?
-1
votes
1 answer

Outlook 2010 disabled customize preview

I wrote a custom form in outlook 2010 that for reprocessing message. When I focused on an email the preview panel showed "this item contains active content that cannot be displayed". But When I double click email and open a new message form…
Sue Su
  • 301
  • 1
  • 2
  • 11
-1
votes
1 answer

Modify the array text condition in an Outlook rule with PowerShell?

I work on a team, who manage a few hundred servers. We each take primary responsibility for about 100 servers. I am the new person on the team, so I have a rule "MyServers" in outlook that makes a special sound and moves emails in to the folder…
James Jenkins
  • 1,954
  • 1
  • 24
  • 43
-1
votes
1 answer

c# outlook addin vsto access OL2016 Interop while working with OL2010 PIA

We have managed to build an outlook addin for 2010,2013 and 2016. We have created an OL2010 vsto project and fiddled with the .csproj file(1*). The problem is that few types were added in 2013/2016 and we can't access them. We only want to access…
FreeG
  • 95
  • 1
  • 8
-1
votes
1 answer

Outlook Addin Installation and Deployment(userwise and machinewise)

We have developed a Outlook Add In. I wish to deploy this add in in both Single User / Multi user environment I have managed to deploy this Add In for single user environment. I am adding a Registry Entry (HKCU) for single user and the add in gets…
Jyothi Srinivasa
  • 701
  • 2
  • 9
  • 26
-1
votes
2 answers

How to add CC using java script in ASP.net

function SendMail(to,body,sub) { var theApp ; var theMailItem ; var subject = sub; var msg = body; var theApp = new ActiveXObject("Outlook.Application") var theMailItem = theApp.CreateItem(0); theMailItem.to = to; …
Vickyster
  • 163
  • 3
  • 5
  • 18
-1
votes
1 answer

empty css selector in Outlook email

I'm updating an email template. Gmail, hotmail and yahoo are working fine with the selector table td:empty{} But Outloook 2010 (mso 14) is not understanding the :empty pseudo-selector ( https://www.campaignmonitor.com/css/ ) Somebody knows a…
mario ruiz
  • 880
  • 1
  • 11
  • 28
-1
votes
1 answer

How to hide / disable / capture click event of outlook mail send button?

Is there an easy way to disable , hide and capture the event of click of outlook mail send button ? The solution has to be compatible with outlook 2007 and 2010 versions. Code examples will be appreciated. Thanks.
Nilaksha Perera
  • 715
  • 2
  • 12
  • 36
-1
votes
2 answers

Deleting Signature In Outlook 2010

How do I delete the automatic signature in Outlook 2010? I have a document in Excel 2010. There is a button to email the document. It opens an email in Outlook 2010 and my signature generates. I need to delete the Outlook 2010 signature from this…
Mark
  • 178
  • 1
  • 2
  • 16
-1
votes
1 answer

Using VBA or Ad-in for Outlook 2010 to copy new email subject to the message

Using VBA or an Add-in or different automatic method I want to do the following: When I create a new email and before I send it, I would like to copy the subject of the email and paste it at the beginning of the text message. After sending the…
Menachem
  • 265
  • 1
  • 4
  • 17
-1
votes
1 answer

Trying to Send Email From Details View when insert button is clicked

i am working on a work order management web application where the user creates a work order. To create a work order i am using details view and to display it to the supervisor i am using gridview. i have a dropdownlist field: …
ExpertWannaBe
  • 117
  • 3
  • 17
-1
votes
2 answers

Microsoft Outlook isn't showing the correct email template

I'm making an email template , It works great on all email services except Microsoft Outlook 2007/2010.. Here's how its supposed to look https://i.stack.imgur.com/Yi1SP.png Here's how it's looking on…
-1
votes
1 answer

MS Outlook 2010 how to reduce picture size in attached messages

i have over 1k emails which all have pictures attached with large size and i want to reduce there size (like 1024x800 document size). Normally what i do is open message in edit mode then open picture then reduce size finally save message which is…
mortypk
  • 46
  • 1
  • 11
-1
votes
1 answer

How to bulk Export all public shared calendars from outlook 2010 to a csv?

I have a requirement now to export all calendars in my Public Shared Folder in Outlook 2010 to a .csv so that it can be later imported into an MS Access database. I have just the view permission to these shared calenders and so, most of the menu…
Arus Chandran
  • 17
  • 3
  • 13