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

How to run a VBA code just based on the event of selecting an email in Outlook

I would like to call a VBA code simply based on the event of selecting an email in Outlook. For example, the macro might copy the receipt date of the selected email to the clipboard. This is as opposed to selecting the email and then separately…
-1
votes
2 answers

Outlook 2010 add-in/extension to white-list attachments?

My goal is to create an extension for Outlook 2010 to white-list allowed attachments by their file extension and also enable it to "look into" ZIP attachments to check file extensions inside. I'm very familiar with coding in C# in the Visual Studio…
c00000fd
  • 20,994
  • 29
  • 177
  • 400
-1
votes
1 answer

Searching for a folder in outlook folders: MULTIPLE OUTCOMES

I would like to choose a particular mailbox (inbox, archive mailbox, etc.) and find a particular folder by name. I would like to have the option which will not show me only one result but if in a particular inbox there will be two same subfolders,…
-1
votes
1 answer

VBA script to automatically action the first hyperlink in an email

I am very new to this so please be gentle. I am using outlook 2010 and I need a vba script to automatically locate and action the first hyperlink in an email. I can use the outlook mailbox rules to select this script but I cannot write it. Any…
-1
votes
1 answer

Searching for value in registry sub-key

I'm looking to find the path and data of a specific reg_binary value in a random sub key using Powershell. If I run the following command it will return all keys and values: Get-ChildItem "HKCU:\Software\Microsoft\Windows NT\CurrentVersion\Windows…
smwk
  • 218
  • 2
  • 12
-1
votes
2 answers

Outlook MAPI folders not working in 2013, were as the same code is working good in 2007 version

I am using outlook 2013 and the below code gives me the error as given in the below screen shot. Sub Testing() Dim olApp As Outlook.Application Dim olNS As Outlook.Namespace Dim olFol As Outlook.Folder Dim abc Set olApp =…
-1
votes
1 answer

can a code written for outlook 2010 work with outlook 2003

We have a code written for outlook 2010. When we run it on a computer using outlook 2003, we get an error. We are trying to resolve user names by using Outlook.namespace GetSelectNamesDialog function and the following exception appears when outlook…
meir
  • 1
  • 2
-1
votes
3 answers

Outlook hangs when I try to load a profile for exchange account

Something corrupted my user profile. I was running a profile where I connected to a gmail via pop3 and our local exchange server. One day I killed a process via the debugger during the startup process for Outlook (I am developing an Outlook addin).…
Tayllor
  • 9
  • 1
  • 6
-1
votes
2 answers

PowerShell script to send email crashes Outlook 2010

The script below does the following - create a new email, open an excel file, copy content from it, paste into the new email and send it. I have two PCs on which script was tested. The script was developed on PC1 using PowerShell 2.0 64 bit ISE. …
Ron
  • 49
  • 1
  • 9
-1
votes
1 answer

Is it possible to send out an outlook delayed email without keeping the application running?

I am using outlook 2012 and was wondering if the above is possible. So even though my computer is off, the email should still send.
Jagtar
  • 176
  • 2
  • 5
  • 11
-1
votes
3 answers

How to Customize the lead in MS CRM 2011?

I configured microsoft dynamics crm 2011 in my outlook express 2010.before that i was use the trial version.In that trail version i use customize for lead which is comes under the sales.But i configure with outlook after that i cant find the…
V.V
  • 875
  • 3
  • 25
  • 54
-2
votes
1 answer

how to test if outlook is set up and if not how to bypass

so basically I have the bit of code that will execute an outlook email. That works fine and dandy however, for some of our machines outlook is installed but they are not allowed to set it up. So I have a work around function that is my error…
Daniel Roy
  • 105
  • 8
-2
votes
2 answers

Outlook 07/10/13 Issues

In a nutshell I'm using exact target content builder, I uploaded the code into litmus, and of course Outlook 07,10,13 isn't recognizing width 100%. I have attached a screen shot as well as the snippet please assist.
Clay
  • 37
  • 3
  • 10
-2
votes
2 answers

outlook Recall message c#

I am trying to build code for recalling message in the outlook using c#. I have a customized tab in the outlook and have the button. I need to build a code on click of button(after selecting sent mail) , it has to call the recall message…
Jyothi Srinivasa
  • 701
  • 2
  • 9
  • 26
-2
votes
1 answer

Write to a csv using Python from Microsoft Outlook 2010

I am receiving about 60 emails a week which I have to manually enter data into a csv file. I use Microsoft Outlook 2010 and have a subfolder in my inbox called 'Market Emails'. Within this subfolder I have emails that include a owner name,…
Maddie
  • 87
  • 1
  • 6
1 2 3
63
64