read email header of an email (urgent)
Tue, 15 Jan 2008 06:22:00 -0800
hello everyone
Iam using visual studio 2005 and outlook addin 2003.can anyone help me
whether i can read my email header and then display it like a link in some
place of outlook .actually iam sending the extra data with my email header
everytime when i send the email (for example header with a my own link ) ...
|
How to save emails as PDF files
Tue, 15 Jan 2008 10:34:36 +1000
Hopefully someone has experience with automating Outlook and Adobe Acrobat.
I want to have some code that I can activate when a user highlights an inbox
directory, that will save all the emails in that directory as PDF files to a
designated file server directory. I am having trouble activating code that
will ...
|
Saving an e-mail that attaches a workbook
Tue, 15 Jan 2008 03:58:03 -0800
Good morning,
I have asked a similar question to the excel.programming group, but have yet
to see a response. I have code attached below. What it does is create a new
workbook in memory using data from a worksheet. I have the following two
basic questions/requests. Answer whatever you can, I'll sort it ou ...
|
Building Interop for multiple office versions
Fri, 11 Jan 2008 02:34:02 -0800
Hi,
I have developed some code for outlook integration in an external app. All
works fine, I folllowed these guidelines to build my own namespaced interop
against Office 97 (Word and Outlook)
http://www.devcity.net/Articles/163/1/article.aspx
this is because we have a development environment that has di ...
|
User defiend field must be not visible for the users
Wed, 9 Jan 2008 14:14:09 -0800 (PST)
Hello,
I'm using OL2003, AC97, Win XP
I would like to switch a user defined field to unvisible for the user.
The reason is, I need a field where I can store a key.
It must be unpossible for the user to change or delete this field.
This code example..:
Set myProp = myItem.UserProperties.Add(strFeldName ...
|
ItemChanged event fired on every PC when shared calendar item is c
Wed, 9 Jan 2008 13:11:03 -0800
Hello,
Outlook 2003 SP1, MS-Exchange.
I've created code that catches ItemChange event in a users' shared calendar.
This code is copied and installed on every outlook client using that users'
shared calendar.
However, when a particuler user does a change on item, once saved, it causes
to fire event on ...
|
Subject: Outlook - Choose root folder then delete all subfolders n
Mon, 7 Jan 2008 15:33:02 -0800
A couple of years ago a very kind programmer on this site handed off the
following code to me. This code allows me to (at the beginning of each year)
create a series of subfolders beneath a selected root folder. We are now
faced with many years of data in our public folders and I am looking for an
eays way ...
|
|
|
Add item to default calendar
Mon, 7 Jan 2008 06:28:01 -0800
Using Office 2003 and Windows XP;
From VBA (in Excel) I would like to add an item to the default calendar.
This item should have:
* all day event = false
* the same start and end date and time;
* busy status = not busy;
* no reminder;
This is what I have so far:
Dim olApp As New Outlook.Applicati ...
|
Contacts with detail view Titel bar
Sun, 06 Jan 2008 00:18:30 GMT
Hello,
I'm using OL2003, AC97, XP
In the OL contact view: "adresscards with details ??"
In this view there are many address cards on the screen.
Every address card has his own grey caption / titel bar.
But all the title bars are empty.
I store the contacts from AC97 with VBA - programcode.
What f ...
|
Outlook contacts: "user defined folderfields??" to make public under "user defined fields in this element??"
Sat, 05 Jan 2008 15:40:44 GMT
I'm working with Access97, Outlook 2003, XP
My problem is in a contact the "user defined folderfields??" to make
public under "user defined fields in this element??"
(I do not know the exact english translation for this to expressions.)
From AC97 VBA I try to store the new user fields in outlook. The new
...
|