outlook automating with C#
Tue, 6 May 2008 07:43:02 -0700
Hello,
I automate outlook with C#1.1 (http://support.microsoft.com/kb/819398)
the question is how to make pre-populated e-mail message NOT editable when
automating Outlook by using Visual C# 1.1; since data comes from
pre-populated html file and user should not be able to edit it. Basicly,
whenever outlok is ...
|
Parse Outlook .msg files without using Outlook
Thu, 1 May 2008 23:20:00 -0700
Hi,
I have a number of .msg files saved to my local drive. I would like to be
able to parse these files in C# to extract the "Subject", "Date" and "Sent
to" information.
From all of my searching, I can only find information on how to work with
items that are already in the Outlook inbox (or other outlook ...
|
Import CSV data into excel template using C# code
Thu, 1 May 2008 09:46:01 -0700
I have a database extract in the form of a CSV file. On the other hand, I
have an Excel template that this data needs to go into. Currently, the data
is imported into the template manually. What we're trying to do is automate
this process. The sinze of the data is considerable. We have approximately
12000 re ...
|
Creating galleries in a dynamic menu?
Tue, 29 Apr 2008 14:02:43 -0700
I'm trying to create a dynamic gallery control within a dynamic menu item in
my XL2007 ribbon tab. What I'm trying to create is something that looks
like Excel's Format as Table or Cell Styles controls on the Home tab. That
is, when the control is activated I want a menu with separators and then I
want a s ...
|
extra spaces under headers
Mon, 28 Apr 2008 21:40:00 -0700
hello,
I am pulling documents down to the server, where clients modify them then
send them back. Everything works ok except on certain documents, the save
adds extra spaces (1 on the 2nd page, 2 on the 3rd etc...) underneath the
headers. If the user double clicks on the header section so that the dashed
h ...
|
Office Debug Symbols - please vote
Thu, 24 Apr 2008 09:50:20 +0200
Hi all,
if you also miss Office debug symbols, please vote here:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=339526
--
SvenC
...
|
PowerPoint tables - cannot set font color and size
Wed, 23 Apr 2008 08:20:02 -0700
Hi,
I'm encountering a strange problem when adding a PowerPoint table to a slide
then attempting to change the font of some of the cells.
I've written a VB.Net function as part of a Powerpoint add-in that formats
table cells. If you select the table and pass it into the function as a
paramater like so:
...
|
|
|
[help] Group rows (after exporting Crystal Report to Excel)
Tue, 22 Apr 2008 03:19:00 -0700
Hello,
I have the following issue:
After exporting Crystal report file in Excel, I can't group the rows in the
exported file.
I mean, when I open an exported in Excel report, I can press the "Group"
button, but this haven't any result.
I don't know what exactly happens, but if a copy the content in a ...
|
Word: How to move to the next line in the table column?
Mon, 21 Apr 2008 06:02:02 -0700
How can I move cursor to the next line in the table column in Word?
range = range.GoToNext(Word.WdGoToItem.wdGoToLine); is moving to the next
talbe row instead of the next paragraph in the column.
Thank you. ...
|
How do I add a custom item to an Office 2007 Context Menu?
Thu, 17 Apr 2008 05:59:03 -0700
In previous versions of Office, I was able to add my own menu items to the
context menu for pictures in Excel. I would find the CommandBar named
"Pictures Context Menu" and then add my items to it. However, with Office
2007, if I add a bar chart to the worksheet, I can't add any items to the
context menu.
...
|