0
votes
0answers
10 views
How can I get Outlook Interop NewMailEx to fire on subfolders of the Inbox?
I use the NewMailEx event to capture incoming emails in my C# program but it does not seem to fire when an email is automatically routed by outlook to a subfolder of the Inbox. Is …
0
votes
1answer
6 views
Get email folder from MailItem via MAPI interface
I'm creating a program to automatically generate reports from incoming email attachments and it is almost complete save for one area. The incoming emails are automatically filtered …
0
votes
0answers
7 views
VSTO - Outlook 2007 - Display form before send message???
Hi,
I'm new to Outlook add-in programming and not sure if this is possible:
I want to display a pop-up form (or selection) and ask for user input at the time they click Send. Basi …
0
votes
0answers
11 views
Addins tab missing in Outlook 2007 ribbon.
I can see Addins tab is missing from Outlook 2007 ribbon on some PCs. In most cases it's there. But in some cases Addins tab is hidden so all addins buttons are not available. Is t …
0
votes
3answers
24 views
C# Outlook 2007 add-in: Recursive parsing of mail items.
Hi all, I'm writing an add-in for Outlook to parse all mails within a folder by clicking on a custom context menu button. I've got the button hooked up, but when trying to use the …
0
votes
1answer
23 views
Is there any way to add a specific category and flag an email in VBA?
I normally go through my email and flag anything for follow up and categorize for:
Phone Call
Email
Talk To
Setup meeting
Is there any way in a Outlook VBA macro, I can (in a s …
1
vote
1answer
32 views
Why doesn’t this Outlook 2007 VBA work (I’m trying to remove a flag programatically)?
I have some code that adds a flag to an email but when I try this code below to remove it, it doesn't seem to have any effect in Outlook 2007.
Public Sub Clear()
Dim o …
0
votes
0answers
29 views
Outlook 2007 AddIn cannot move, or delete MailItem from Drafts folder
I have tried many permutations of the same code, and always with the same result - the Outlook 2007 AddIn seems to be unable to remove the MailItem from the drafts folder - so a 'm …
0
votes
0answers
13 views
Outlook 2007 vsto send email with HTML content
Hi,
I am developing the addin for the outlook 2007 using VSTO. One of the function is to capture the send event, then force convert the email format to HTML and then insert a link …
0
votes
1answer
182 views
Any way to extend or modify drag-and-drop in Outlook with VSTO?
I have an add-in I'm working on in Outlook that relies on drag-and-drop to save an Outlook file to a file automagically. The problem is that the default behaviour is to use the ema …
0
votes
0answers
372 views
How can you add pictures to an Outlook 2007 message in actual pixel size? [closed]
When I add pictures to a HTML mail message in Outlook 2007, they are automatically scaled, and quality-wise they look pretty bad.
How can I make Outlook display the pictures corre …
1
vote
5answers
655 views
Outlook rendering problem, rendering text too large.
I'm trying to create a newsletter standard for our org and having problems with Outlook rendering the text too large.
Here is the css section of the page
body {
margin: 0;
padd …
10
votes
7answers
3k views
Can I read an Outlook (2003/2007) PST file in C#?
Is it possible to read a .PST file using C#? I would like to do this as a standalone application, not as an Outlook addin (if that is possible).
If have seen other SO questions s …
0
votes
1answer
30 views
Outlook 2007 never seems to shut down when instructed to
Currently working on a VBScript to automate some of the dirty PST ingestion work I do, and I've found something problematic after upgrading from Outlook 2003 to 2007.
(Had to upgr …
1
vote
2answers
86 views
Outlook 2007 - Email Flag Status
This might be a duplicate of this question?
Is there a way in Outlook 2007 using VBA to set a follow-up flag on an email object? It looks like it was supported in Outlook 2003 wi …
