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

Migrating outlook 2007 addin to outlook 2013

I have developed add-in for outlook 2007. I need to adjust the add-in code to outlook 2013, is there any migration tool / any other way to do this?
Slash7GNR
  • 479
  • 4
  • 13
0
votes
1 answer

Width issue - Outlook 2010

This is my stripped code:
0
votes
1 answer

Outlook addin - Save meeting event

I'm creating an addin for outlook 2010 with c# to be used internally at work. When a user add or update an event in the outlook calendar, i want to send the infos of the event to a database. However i can't find an event in the addins that would…
0
votes
1 answer

Outlook 2010 addins for automatic email-attachment extraction

Outlook 2010 add in for auto extraction of attachment from the configured email ids on outlook 2010.For each configured email ids there will be a separate folder in which it's attachments will be saved automatically.I don't want to click any button…
Sumit
  • 11
  • 3
0
votes
2 answers

How can I automatically cancel the Enter Network Password prompt in Outlook?

I have an unattended PC which does a very simple task : read emails from a POP server and run various tasks based the content of those emails... 24/7/365 The problem is that at least once a week "something" glitches and the processing stalls because…
Jamie Garroch - MVP
  • 2,839
  • 2
  • 16
  • 24
0
votes
1 answer

Run local vbscript from Outlook macro

I would like to have a macro in Outlook 2010 that will run a vbscript on my local drive. Here's what I've tried. Sub RUNvbscript() Shell "Explorer.exe ""C:\rest of path""", 1 End Sub That did not work, any suggestions?
mcadamsjustin
  • 297
  • 4
  • 11
  • 23
0
votes
1 answer

Lync 2013 and Office 2010

I am having issues with a recent deployment of Lync 2013 where we are unable to find any contacts from the address book or outlook. It appears to be linked to the fact that the users still remain on office 2010. It works with Lync 2010 and also…
JHH
  • 1
0
votes
1 answer

Outlook mail item is getting broken after reading property with PropertyAccessor

I created an add-in for MS Outlook which simply shows some email headers info. The command for showing header info is accessible from a selected email item's context menu. Everything is good until I setup a delivery rule for sending emails. Every…
user824249
0
votes
1 answer

VBA outlook 2010 move

m.display works but m.move(A) does not. The folder exist. Private Sub Application_NewMailEx(ByVal EntryIDCollection As String) Dim arr() As String Dim myInbox As Outlook.Folder Dim A As Outlook.Folder Set myNameSpace =…
0
votes
1 answer

Search for appointments by Date/Time to extract subject and description

I'm trying to find an appointment on or after a specific date (for this program today was chosen) in the current session of a single workstation. I then want to extract the Subject line from the appointment and the Description and display them in a…
Ravenous
  • 485
  • 4
  • 14
0
votes
1 answer

Application_Reminder argument passed as string in Outlook 2010

I was following this blog post http://www.slipstick.com/developer/send-email-outlook-reminders-fires/ for reacting to Outlook 2010 Reminder event. However, I kept getting tripped up because the argument passed to my event handler is a string that…
Ray Wadkins
  • 876
  • 1
  • 7
  • 16
0
votes
1 answer

Superscript font too small in Outlook 2007/2010

Now I have problem with Superscript in Outlook 2007/2010. Has anyone have the magic coding to get register mark or number render font to normal. Currently when I send email from Campaign Monitor to Outlook 2007/2010 the register mark or number…
Vuthy Sok
  • 720
  • 3
  • 10
  • 22
0
votes
2 answers

Copying New Emails To Address to a Custom Form Outlook 2010

Thanks in advance. The scenario is: When a new email is created containing an address pre-populated in the "To" field then clicking a custom form button, copy that email into the custom form's "To" field and close the original new email.…
MichaelM
  • 3
  • 1
0
votes
1 answer

Outlook 2010 VSTO AddIn not loading

I have created a solution with a Outlook AddIn Project and a InstallShield LE Setup Project. I followed this Walkthrough to create the Setup Project: Link I installed my AddIn on a user-level. Here are some screenshots from my Setup Project: Here I…
LeonidasFett
  • 3,052
  • 4
  • 46
  • 76
0
votes
0 answers

Add link to contacts in outlook Appointment Module Form using custom fields

I'm a long date leecher of this site... this is the first time I'm not able to find a response (Google didn't help too). Well, what I am trying to do is to add an active link to a contact to a custom field in an Appointment Module Form. I can put…
ful03
  • 51
  • 4