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
Email newsletter rendering issues in Outlook 2010
These are probably some silly questions/errors but I really go cross-eyed with html emails and I'm at the end of my tether, so
I wondered if I could run this past you.
I'm having difficultly displaying an email I've created.
The main offender is…

mkultron
- 303
- 1
- 2
- 10
0
votes
1 answer
Email Campaign Problems and Testing Outlook 2007 -2010
I am trying to make an email campaign display correctly in all email clients. I have tried so many fixes and ways to get my email to display write. I got it to work reasonably well on most email clients and I have tested it on Emails on acid and…

user3387497
- 1
- 1
0
votes
1 answer
Display not supported by outlook-2010
I want to do some styling for a page that gets opened in ms-outlook 2010.
Problem is that it doesn't support the display attribute.
Does anyone know a good alternative for it?
A possible solution would be to create a class that has properties…

user1433479
- 135
- 1
- 5
- 20
0
votes
1 answer
Drop and drag email to gather email details
I currently have a script that goes through a whole folder I specify in my Outlook Mailbox
to read the senders email, fullname, time and body of each email.
Works great no issues, but is it possible that I can use a 'wscript argument' to drop one…

Pavle Stojanovic
- 525
- 2
- 8
- 30
0
votes
1 answer
Add another mailbox to Outlook 2013 automatically
I have a peculiar request. I manage our departments IT needs. One of the things that we do is we all share the department's mailbox. So, the way I have it setup currently is that the department's mailbox shows up as proxy on the user's mailbox, and…

user1828605
- 1,723
- 1
- 24
- 63
0
votes
1 answer
VBA Outlook On Send Event Check Recipients for Custom Form
I've written outlook macros before that will check recipients prior to sending through a send event in the "ThisOutlookSession" of Visual Basic in Outlook. I've recently created a custom Meeting Form called "ResearchMeeting" and want to write a…

Alex
- 1
0
votes
1 answer
Wrong receiver after Sending EMail
I'm trying to solve a really strange problem. Two Outlook Clients are showing the wrong reciever after sending a E-Mail (jon.doe@example.com).
His Contact Details are:
Jon Doe
0012 3456 7891
jon.doe@example.com
but after sending in the "To:" field…

EldoranDev
- 61
- 4
0
votes
0 answers
Is it possible retrieve Outlook RPC call data with the Outlook encryption option still enabled?
Outlook 2010 / Windows 7 (32-bit)
I'm trying to troubleshoot an issue involving extra MAPI/RPC calls getting generated in Outlook when an add-in is enabled. I'd like to see the raw RPC data going back and forth however the Exchange server team…

Mike B
- 151
- 1
- 10
0
votes
1 answer
Event firing two times
i am Handling Event in vb.net
AddHandler ButtonOne.Click, AddressOf ButtonClick
Private Sub ButtonClick(ByVal ctrl As Office.CommandBarButton, ByRef Cancel As Boolean)
//do stuff
End sub
But my event calling twice.when i click onces on…

Dolphin
- 138
- 1
- 3
- 16
0
votes
2 answers
webmail font and outlook font differs
I have a java code which sends email. When we open same email on webmails then font remains same but when I open that in outlook then font changes. I am not able to figure it out why this is happening ? Same code is showing different output in…

AmitG
- 10,365
- 5
- 31
- 52
0
votes
1 answer
How to assign DL mail address to Outlook.AddressEntry object to GetExchangeDistributionListMembers?
I have a requirement in my web application to all show particular page to people who are member of particular DL.
kindly help me on the below code i'm not able to assign dl mail addesser.
private void GetDistributionListMembers()
{ …

Suresh Savage
- 425
- 2
- 7
- 16
0
votes
1 answer
Special char shows up different on different Outlook account
I have the following mail script in PHP:
$to = "my-mail-adress@test.se";
$subject = 'Test åäö';
$message = "Test åäö: ".$_REQUEST['test']."
Test åäö: ".$_REQUEST['test2']."
…
Test åäö: ".$_REQUEST['test2']."
…

JohnSmith
- 417
- 4
- 10
- 21
0
votes
1 answer
Crash when user clicks DENY
I am running this VBScript inside an HTA application:
Sub CustomMailMessage()
Set objOutlook = CreateObject("Outlook.Application")
Set objMail = objOutlook.CreateItem(0)
objMail.Recipients.Add("myemail@domain.com") ' crashing here if…

software is fun
- 7,286
- 18
- 71
- 129
0
votes
1 answer
Capture ItemAdd event on a non-default folder
I'm writing an application that captures some Outlook events, I want to capture ItemAdd event on sentMail folder for each account, for Outlook 2007 (where there is only one sent mail folder for all accounts) I'm using the following code. What…

Kira
- 1,153
- 4
- 28
- 63
0
votes
1 answer
Removing Signatures / attachments from outlook emails going to Mac users or SpiceWorks
So here's an interesting problem I stumbled upon on. I’m running into issues by sending emails out to SpiceWorks and Mac users.
When a user has a problem they will email Help Desk. We setup a personal Outlook email to handle Help Desk tickets. Once…

JayBec
- 45
- 2
- 10