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
2 answers

Can an Outlook 2010 calendar generate ical feeds to be imported by another system

I'd like for my Drupal site to have a calendar that's synced to an external Outlook calendar. The data entry is happening on the Outlook calendar side, so I'd like for the sync to go FROM Outlook to my Drupal site. I have found a lot of information…
Boriana Ditcheva
  • 1,995
  • 15
  • 26
0
votes
1 answer

integrationg a C# Winform with outlook 2010?

I need to make a C# Win Form and attach it with outlook 2010. I want to work it from inside outlook by clicking a button. Please guide me how it is possible ? Thanks
haansi
  • 5,470
  • 21
  • 63
  • 91
0
votes
2 answers

Close draft mail without saving in Outlook using C#

When I try to close a draft mail in outlook it asks a message box to save, discard or cancel. I want to write the code to automatically discard it without prompting that message. If I use mailItem.Save(); . That message box will not appear. But it…
9T9
  • 698
  • 2
  • 9
  • 22
0
votes
2 answers

Weird spacing and border issue in html email sent to outlook 2010

I am sending simple html mail that has one simple table. The mail appears just fine in all web browsers but outlook 2010 seems odd. How to fix this? I tried several variations, but result is same. See the outlook screenshot here: Outlook…
kheya
  • 7,546
  • 20
  • 77
  • 109
0
votes
1 answer

Sharepoint 2010 Calendar integration with Outlook 2010

I have created a calendar list and then in list settings I've added the column Attendees. Then I created an event with certain attendees and the type as meeting. And later integrated to outlook 2010 through the Connect to Outlook option in the…
Suraj
  • 129
  • 2
  • 14
0
votes
1 answer

IMAPIProp::CopyTo returns MAPI_E_NO_ACCESS if IMessage is opened from .msg file

I use IMAPIProp::CopyTo in an add-in for Outlook 2010 to save the currently displayed IMessage into a new IMessage in a .msg file on disk. Everything works fine for messages that reside in the user's mailbox. When I try this with messages that are…
Sebastian Kirsche
  • 861
  • 2
  • 19
  • 36
0
votes
1 answer

Outlook 2010 special folder Add-in

Currently I am aimed to create Outlook Add-in, which would create specific archive folder. The difference from the regular one is that mine should provide me full control over item's content during its move-in or move-out. Shortly speaking, I should…
Anton Semenov
  • 6,227
  • 5
  • 41
  • 69
0
votes
2 answers

HTML that will render correctly in Outlook 2007/2010

I currently use the following HTML to render the image shown below. This however does not work in Outlook as background images are not supported. I have been tipped to use tables to render elements correctly in outlook, but have no idea how to go…
RunLoop
  • 20,288
  • 21
  • 96
  • 151
0
votes
3 answers

Linked image in HTML does not download in Outlook 2010

When I include the following HTML in an email, the image is downloaded automatically by Outlook:


RunLoop
  • 20,288
  • 21
  • 96
  • 151
0
votes
1 answer

How do I set the address of an Outlook internet calendar folder?

I would like to set the address of my Outlook Calendar folder to a specific URL. I can't find any notes on the Internet for this. I would like to set the newFolder URL address to a website. This is in Outlook 2010: Folder calendarFolder =…
-1
votes
1 answer

How to connect other user outlook mail using my PC

I want to read/connect other user inbox mail(office outloook 2010) from my pc using user credentials. But I am getting below error. The Autodiscover service couldn't be located plz give me a solution. public void ConnectToExchangeServer() { …
-1
votes
2 answers

Outlook 07,10 Buttons padding issues Email

I'm Litmus-testing a very simple email. Looks good in all email clients except Outlook 2007 and 2017. Apparently, in these two specific browsers it overlaps the buttons and completely removes and spaces that were there: Please see image attached and…
Clay
  • 37
  • 3
  • 10
-1
votes
1 answer

Selecting hidden string in Outlook Email & then populating BCC

I have a large set of daily reports that are pushed out to individuals via dbmail on a 24 hour loop. What I'm wanting to do is pick up a string of hidden text (I'd assume this would be programmatically ok to be picked up) from the body of the email…
-1
votes
2 answers

How to develop a outlook add-in?

I am looking to create an add-in for outlook that works in Outlook 2010 and Office 365. What I want it to do is Save an email in MSG format to a folder on our network, that I specify, and then move that email to an archive folder within outlook. I…
Ethan
  • 51
  • 9
-1
votes
2 answers

Emailing through Excel table

I am attempting to email to all email addresses in a table, with the subject line being the corresponding order number or numbers. The Table has Five columns - "Line Number", "Order Number", "Suppler/Manf.Item Number", "Supplier Name" and "Email…
D.Mack
  • 21
  • 6