For issues relating to integrating with Microsoft Outlook, release 2007.

learn more… | top users | synonyms

0
votes
1answer
7 views

How to check that multiple Outlook dialogues aren't being created for same Email/Filename?

I am using C#.NET in VS2010. In my below code I check each record in a datagrid for having been selected for Reporting. If selected, I then check each of the 3 available contact fields to see if that ...
0
votes
1answer
12 views

VSTO 2007 outlook addin crashes

I am creating VSTO 2007 outlook Addin using COM . It reads all the mailtems from outlook and marks(categories) the undelivered mail items as undelivered. I am using below code for marking the ...
-1
votes
0answers
15 views

imap connection issue in oulook 2007, working in other mail clients [closed]

My client is experiencing IMAP issues with their email accounts. I have tested the IMAP accounts in outlook express and thunderbird and they work – connects to the folders and downloads mail with no ...
1
vote
1answer
39 views

How do I add code to my Mail_Workbook vba to open everyday, refresh, send, then close?

I need to add vba to open this workbook, refresh the data, automatically, send, then close. Here is my code which works fine on it's own but I need to automate this daily. Sub Mail_Workbook() Dim ...
1
vote
4answers
106 views

Background images not working in Outlook 2007 and later

I made an HTML Email Template that is working fine in most email readers, but the background images are not showing in Outlook 2007, 2010, and 2013. How can I solve the problem? Here's the HTML for ...
0
votes
2answers
37 views

Enable Outlook Popup “A program is trying to send an email …”

I am looking to enable the following message: Why? Because some of my users are experiencing bugs when clicking on "Deny" ... And for some reason mine will never popup. I probably allowed access ...
1
vote
0answers
29 views

Set focus to the subject field in “new message” form using C# Add-In for Outlook 2007

I just need to know how to set focus for the subject field of the "new message" form once it is opened.. Can this be achieved ?! Many thanks for your help.
0
votes
1answer
94 views

Outlook email - Html table cell's background color does not work? :-/

What html script should I use to make the table's cell background color works in MS-Outlook 2007 and 2010?? <table> <tr> <td style="background-color:#ffff00">Background ...
0
votes
0answers
57 views

Add signature to Outlook mail VS2012

I'm making a signature button that on click should add my signature on the bottom of the page. I'm using Visual Studio 2012 and i've made the button, but since i don't understand this programming ...
1
vote
0answers
28 views

Have Outlook search for all conversations with certain email

I wish to have my app initiate a search in Outlook for all mail correspondence with a certain person. I am trying to use the Microsoft.Office.Interop.Outlook API, but I am having problems figuring out ...
1
vote
0answers
40 views

deployed outlook addin 2007 not loaded

This is my first addin project and I have a huge problem. I created an addin project and it's working fine on the development computer, but when I deployed it to the test computer the addin doesn't ...
3
votes
1answer
224 views

C# Outlook relating Inbox and sent items

I am working on a software where i am able to retrieve the inbox and sent items from outlook. What i want to do is to relate the inbox emails with replies (if someone has sent a reply to that email). ...
1
vote
1answer
228 views

Excel vba - Formatting of Outlook signature is gone

I'm referring to the answer provided from this post Excel VBA email using Outlook to multiple recipients. I'm using Excel/Outlook 2007. I copied the whole block of code and added a signature at the ...
0
votes
1answer
175 views

Copy .xls attachments from outlook 2007 to hard disk

This code copies all .xls attachments in the specified folder. I want attachments from particular mails only or particular subjects only.** Sub GetAttachments() ' This Outlook macro checks a the ...
3
votes
1answer
58 views

In “To” header same Address display two times in mail when using php mailer

When i send mail to ok@gmail.com using php mailer then In "To" header same Address display two times in mail Like This: To: ok@gmail.com; ok@gmail.com simple i used this: ...
0
votes
1answer
23 views

Why AddressEntry.Members is deprecated?. What is the alternate method for the same?

I am working an Outlook addin in C# recently. For several times I meet "internal error" exception when calling AddressEntry.Members property. (AddressEntry is the class in ...
0
votes
0answers
21 views

How to resize textbox vertically with form in Outlook 07 Forms?

I've looked as much as I could, so turning to SO for last resort. I am unable to find any documentation or properties that will allow a textbox for Outlook 2007 Custom Forms to resize vertically ...
0
votes
1answer
176 views

Outlook 2007/2010 & GMail Paragraph Spacing Issues in Newsletters

Im getting double spacing in Outlook 2007/2010/2013 and GMail but it looks fine elsewhere. Im creating a newsletter and ive tried alsorts, border-collapses, margins, paddings, spans, and still cant ...
-2
votes
1answer
55 views

How to get REPLY TO address of email which is hidden [closed]

I have written a java util to read REPLY TO address of emails we receive. People send us email through Alibaba.com and when we receive this in outlook express. I can never read reply-to address of ...
0
votes
2answers
522 views

In outlook html email, float does not work

I want this layout where I have a rectangular box. And inside the box on the left there is a text and on the right there is an image. This looks fine in the browser, but when sent out as an html ...
2
votes
0answers
104 views

objselection.font.name changes to calibri

I've got a bit of a problem that is giving me a headache. I've built a VBScript signature creation script to pull user information from AD and apply it as a signature for all of our users. It works ...
0
votes
0answers
120 views

Publish to WebDAV option disable for outlook 2007 shared calendar

I have a Shared Calendar in Outlook which I want to Publish to WebDAV. The options to publish is disabled. But, I am able to publish my own calendar to WebDAV server. I am using Outlook 2007. Does ...
0
votes
1answer
104 views

Outlook Add In get Item after Property_Change Event

As the title suggest I am looking for a way to get the Item which fired the event. I Bind Property_Change Event in the Application_ItemLoad event in which I have a object Item which it seems I can ...
0
votes
0answers
41 views

How to import only account settings of an outlook 2007 and 2010 account

How to import only account settings of an outlook 2007 and/ or 2010 account Also, I would like to know how can I create such files manually so that I can configure the settings and then I can use it ...
0
votes
1answer
127 views

How to connect to a running instance of outlook from C#

In VBA, I usually use appOutlook = GetObject(, "Outlook.Application") to get a running instance of Outlook, and it throws an error if Outlook isn't running. I normally did this in excel, but now I am ...
0
votes
1answer
166 views

Add-in for Outlook in C# (Saving the Attachment and adding a url reference to the saved file path as attachment)

I am using VS 2010 & Dot Net Framework 2.0. I have created a project in Extensibility->Shared Add-ins for Outlook. I want to save a file (any file) in my Hard Disk ,deleting that attachment and ...
0
votes
0answers
160 views

sending email as an alias in outlook

I was just wondering if this would be able to work: I have an Outlook server with 1 email (office@domain.com) Now I want 3 users to have aliases for that email so simply said users ...
0
votes
0answers
77 views

Outlook Attachments From Server side using Javascript

If i place the attachment in context path of my web app, it is working fine. but outside context path unable to attach. Any suggestions how to proceed. var outlookApp = new ...
0
votes
1answer
65 views

How to find owner of a shared calendar in appointment and meeting window?

There is no field in the appointment Item or the meeting item that determines the current calendar which i am accessing is shared calendar or my own calendar folder? How do i get this? Is there is a ...
0
votes
0answers
71 views

outlook 2007 displays raw message - email sent using swiftmailer

Don't know if this post already exists and this exact same problem has been described before on SO, but here it is... I am trying to use swiftmailer to send an email message and outlook 2007 (haven't ...
0
votes
0answers
62 views

Outlook 2007 SP3 never stops loading folder

I'm creating AutoFormatRules by code to Highlight some mails in the Outlook tableview. My code works fine on Outlook 2007 SP1, Outlook 2010, Outlook 2013. But the same code makes problems on Outlook ...
0
votes
2answers
373 views

Outlook 2010 putting 1 pixel horizontal space between images in HTML email

I'm having a massive issue with something seemingly simple. I have a HTML email that I am creating. There is a section containing a row of images, some of them with links. Outlook keeps putting a ...
0
votes
0answers
121 views

How to combine email and appointment formatted text in Outlook 2007?

I have a training system which emails .vcs files to me, which I then have to import into Outlook through an annoying process - the text of the email is the majority of the interesting information. ...
0
votes
0answers
120 views

How to permanently change category of new incoming outlook email with vba?

I am trying to do the following when I receive new email: Sub CheckReadReceipt(myMail As Outlook.MailItem) If (myMail.ReadReceiptRequested = True) Then myMail.Categories = "Read Receipt ...
3
votes
2answers
3k views

HTML Email not displaying correctly in Outlook 2007

After a lot of time I put into researching. I still can't find an answer. I have a HTML that is showing the wrong width in my tables. Here is a link to the html email: ...
0
votes
0answers
181 views

Office.Interop.Outlook 2007: is there an e-mail Sent event

I am working with Visual Studio 2008 and Microsoft.Office.Interop Outlook 2007. Is there a way to capture the email Sent event to be able to handle some operations after the email has been sent from ...
1
vote
0answers
59 views

Don't auto text wrap when printing an Asian charater(Chinese) email

I have to send an email via php. The email has two version -- Chinese and English. When I print out the English version in Outlook 2007, everything look fine. However, when I print out a Chinese ...
0
votes
1answer
19 views

Outlook 2007 Bitness

I need to get the bitness of Outlook, in 2010 it is stored in a ReqistryKey named Bitness under the path 64bit Windows: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\14.0\Outlook\Bitness ...
0
votes
3answers
94 views

SSRS 2008 rendering of HTML markup (does not allow .xml links)

I am trying to create links to infopath forms stored in sharepoint. This is MOSS 3 so they are not web based forms. If I create a link through HTML markup within a placeholder it renders fine until ...
0
votes
1answer
52 views

Make a button in the body of the email to send info back to the sender of the email

I recently started using MS Outlook 2007 but am having trouble understanding how I could implement something specific. To get to the point, this is what I'd like to know how to do: How could I ...
0
votes
1answer
26 views

Prevent editing appointments and tasks in outlook

Is it possible to prevent a user from editing appointments and tasks in Outlook. The tasks and appointments are synchronized using an addin we are developing. We want to make a first release, but we ...
1
vote
1answer
364 views

How to get Message-Id or Header in “Sent Items” Folder in Outlook-2007 in VBA

This is a sub-question of this main question I am able to loop get the internet header of other folders using the following functions Sub testing() Dim ns As Outlook.NameSpace Dim folder As ...
0
votes
2answers
173 views

Left-aligned table in Outlook vaporizing parent div container borders

I am trying upgrade my HTML email so that images within each article allow the following paragraph's text to wrap around it. I read containing such an image within a align="left" table was best, ...
6
votes
2answers
344 views

In MS Outlook, report all sent-messages that haven't received replies

I send out a lot of emails each day and often fail to keep track of which ones actually get replied to. Is there a way I can use a VBA script to look at say all the sent messages in the last week, ...
0
votes
1answer
176 views

SMTP Outlook Address via VBA

I am trying to retrieve the SMTP Address via VBA for a set of emails in Outlook 2007. I require the the full SMTP address from the sender. Mainly the address is from an EXCHANGE 2007 server. I have ...
0
votes
0answers
109 views

SharePoint 2010 discussion board Outlook 2007

Has anyone experienced users inadvertently creating replies to existing discussions? I have users creating completely blank replies to existing discussion threads in a discussion board. The only ...
0
votes
0answers
156 views

How to save all open emails in draft folder and exit outlook 2007 without user input?

I'm writing a c# windows application form that needs to save all open emails(replies, forwards or new emails) and then close outlook 2007 for making a copy of pst file to a backup folder. Now it is ...
2
votes
0answers
135 views

Visual Studio/TFS extensibility: why does DocumentService give me an InvalidCastException?

I'm writing an addin for Microsoft Outlook 2007. My goal is to open a work item in a Visual Studio 2010 instance, which I know exists and has the packages loaded for TFS 2012. The following code works ...
0
votes
0answers
40 views

Send business card with Custom Form in Office Outlook

I need to create a Custom business card along with custom form , and I want to send it as an attachment just like a normal business card , but receiver should be able to open it with the custom form.
0
votes
0answers
22 views

White bar Issue with outlook

Hi when i receive an newsletter on my outlook version 2007 or 2010 i am kind of having issue with the images it display, following are screenshot of newsletter content on my outlook There is ...

1 2 3 4 5 10