|
Adding X-Protective-Marking
Greetings
I am a newbie so please be gentle:-)
Am using OL2003, VSTO 2005SE with VS2005 (VB.NET)
I have managed to create an addin using VSTO a toolbar with dropdown on a
new mail message that adds a security classification to the subject line
before the mail is sent. What I am also trying to do is add a custom header
(X-Protective-Marking:) to the mail message before it is sent. I ...
|
3 |
2/22/2007 8:01:18 PM |
|
_MailItem -> SaveAs
Hello colleagues,
I want to use the SaveAs method in the _MailItem interface to save a mail to
a non physical path.
I tried to pass a Named Pipe name \\\\.\\PIPE\\pipename but the function
fails.
To understand why I want this, now I save the mail to a temp location, e.g
“C:\Temp\†then read the file, then store data in a Data Base.
The problem is the time wasting in writing the temp ...
|
2 |
2/22/2007 6:01:03 PM |
|
Outlook 2002 inop after Office 2007
I recently tried a beta version of Office 21007. Now that I've re-installed
Outlook 2002, I get the following error message and nothing happens. I've
tried detecing and repairing, re-installing, but nothing works. This is a
home computer, Windows XP. It worked fine with Active sync before trying
Office 2007.
"Unable to display the folder. Microsoft Outlook could not access the
specifi...
|
1 |
2/21/2007 11:47:03 PM |
|
Select item
Hi,
How can select item (mail item) in folder, i know the entryID of item
that i want to select.
Any ideas???
Tnx in advance.
...
|
5 |
2/21/2007 7:49:56 PM |
|
Write event not firing in list view
I have created a addin that updates a sql DB with all info from the
calendar, task and contacts.As changes are made in Outlook the are
updated to the DB and as they are update in the DB the changes sent to
Outlook (this is working fine). The problem is, I originally had only
code on the write event of an item but in the list view of a folder
changes made to an item is not firing the write eve...
|
3 |
2/21/2007 2:53:08 PM |
|
Reminder Snooze
Hi All,
Every time i call to Reminder.Snooze method i get the following
exception :
System.ArgumentException: Value does not fall within the expected
range.
at Microsoft.Office.Interop.Outlook.ReminderClass.Snooze(Object
SnoozeTime)
I tried to pass DateTime, and int ( minutes ), but uselessly.
Anyone??
...
|
6 |
2/20/2007 7:34:37 PM |
|
Creating hidden mailItem
Hi,
I using OOM, C#, Redemption.
I know that it's possible to create hidden maiilItem but how???
Any snippets, links will be appreciated.
Tnx in advance.
...
|
6 |
2/20/2007 7:32:56 PM |
|
Update Outlook reminder dialog programatically
Hi all,
Is it possible to update Oultook's reminder dialog programmtically??
Scenario:
mail_x resides in Oultook's inbox folder and has reminderSet= true,
on reminder time the Reminder dialog appear with mail_x subject, at
this moment no action was made. My addIn deleted this mail from Inbox
folder, however mail_x still appears in Reminder dialog and will be
dissapear after Outloo...
|
8 |
2/19/2007 10:38:30 PM |
|
Outlook 2003, My Contacts view displays contact backups !!
Hello,
I am developing an Outlook com add-in that imports contacts from a
database to the Outlook address book. The add-in first creates a
backup of the contacts folder by copying it to another folder to avoid
any angry users.
This worked well under Outlook 2000 but it is causing problems with
Outlook 2003 since it has the My Contacts view. The problem is the My
Contacts displays ALL fo...
|
7 |
2/19/2007 3:04:59 PM |
|
Outlook 2003 and McAfee add-in conflict
I received a new computer which came with McAfee preloaded. I don't like
McAfee - so I uninstalled it - or so I thought. I've since loaded Office
2003, and everytime I open Outlook, I get the following 3 Microsoft Outlook
warnings:
The add-in “C:PROGRA~1\McAfee\SPAMKI~1\McMapi.dll†could not be installed or
loaded. This problem may be resolved by using Detect and Repair on the He...
|
4 |
2/19/2007 7:32:53 AM |
|
Outlook 2007 Backup
Microsoft has a personal file backup add in for Outlook 2003.
Does this utility work with Outlook 2007, according to MS web site, it does
not.
I did find on 3rd party forum that someone suggested it.
Has someone backed up and more inportantly restored using MS add-in.
Does anyone have any other suggestions for backing up Outlook 2007 PST
file(s).
Thanx
Dave...
|
2 |
2/19/2007 3:31:22 AM |
|
New mail event doesn't work all time
Hi,
I created a com add-in that fires an event when a new mail arrives. This is
the code:
Private WithEvents objNS As Outlook.NameSpace
Private WithEvents colItems As Outlook.Items
Private Sub Application_Startup()
Set objNS = Application.GetNamespace("MAPI") 'NameSpace Object
Set colItems = objNS.GetDefaultFolder(olFolderInbox).Items
....
End Sub
Private Sub colItems_...
|
7 |
2/18/2007 1:37:05 PM |
|
Fom Load Failed Error Message
In Outlook, I'm unable to view forms in the organizational forms library when
I go to 'Tools ->Forms -> Choose Form' I get the error Form load failed.
The forms load fine from other computers. The forms do not work on this
computer and I have tried multiple profiles.
Info:
Outlook 2003 SP2
Cleared the forms cache (through Outlook and by deleting the folder)
Deleted file outcmd.b...
|
1 |
2/16/2007 7:00:07 PM |
|
Custom _MailItem for Custom Store
Hi,
I have created an ATL C++ Outlook plug-in for Outlook 2003.
I would like to create a custom _MailItem object; that I can control all of
the properties at any time. Is this possible?
I have created my own store with custom folders for custom events. It so
happens that the _MailItem object has all of the properties that I need for
custom object within my folder array. I want to b...
|
9 |
2/16/2007 6:31:05 PM |
|
Outlook 2007 Ribbon Minimized ComboBox OnChange
Hello All,
I have added a Combobox through code onto a new group on the RibbonX
in Outlook 2007.
I am finding a problem with the Combobox when the ribbon is minimized.
On the Combobox_OnChange callback, I am putting a messagebox as
"Msgbox "Test"".
When I change the combo box this message does not come up.
Now, If I put two message boxes as follows:
Msgbox "Test"
Msgbox "Test 1"
...
|
9 |
2/16/2007 2:19:18 PM |
|
Refresh Outlook's reminder dialog programatically
Hi all,
Is it possible to refresh Oultook's reminder dialog programmtically??
Scenario:
mail_x resides in Oultook's inbox folder and has reminderSet= true,
on reminder time the Reminder dialog appear with mail_x subject, at
this moment no action was made. My addIn deleted this mail from Inbox
folder, however mail_x still appears in Reminder dialog and will be
dissapear after Out...
|
1 |
2/15/2007 1:32:48 PM |
|
auto archive settings
I'm configuring a company wide autoarchive policy in outlook 2003.
So I set autoarchive on with office policies from ORK
I set the default archive path and filename by a registry setting at logon
However there is one problem.
I want to set each folder of a mailbox to the auto archive settings
automaticly.
When a user create a new (Sub) foler in the mailbox, this new folder must
also get...
|
1 |
2/15/2007 10:26:05 AM |
|
Is Outlook already runnig
Hi,
I developed AddIn for Outlook 2003, sometime it's behave strange and
there is no other alternative then to
restart Outlook, however in Task Manager there are 2 instances of
Outlook, it means that Outlook not ended successfully.
My question is, how and what is a best way to check if Outlook
already runnig when my AddIn is up.
TNX,.
...
|
6 |
2/15/2007 6:34:58 AM |
|
Msg File
Hi,
Maybe someone knows how to create a Msg file on the server without installing
Outlook there?...
|
2 |
2/14/2007 5:21:44 PM |
|
Context menu in task pane
Hi there,
I've got an addin that displays a task pane in Outlook.
One this task pane is a listview control for which I want to have a
contextmenu.
I can get the contextmenu to display fine, but it does not close itself when
I click outside of its bounds. I have to acutally click one of its items.
Interestingly, the PrepareMeeting demo does the same.
Anyone else have this problem...
|
1 |
2/14/2007 3:31:00 PM |
|
Real-Time Checking of New Messages
I have been charged with writing an Outlook add-in that would check
and possibly change certain messages upon receiving and sending
emails. I pretty familiar with Map, but don't know a lot about
programmable support for outlook itself. So, my questions are:
1. Is this possible? (check and change messages upon receiving and
sending)
2. What would be the best way to go about it? I'm a bi...
|
4 |
2/14/2007 2:37:29 PM |
|
Can't get CommandBars in 2007, works in other Outlook versions?
My COM Add-in for Outlook works fine in 2000, XP, and 2003, but in
2007 I can't get the CommandBars. I get an exception when I try.
Here is my code:
Outlook::_Explorer* spExplorer = g_ppvApplication->ActiveExplorer();
if( spExplorer != NULL )
{
Office::_CommandBarsPtr spCmdBars;
try
{
spCmdBars = spExplorer->CommandBars;
}
catch(...)
{
...
|
1 |
2/14/2007 12:18:26 AM |
|
Close method returning 80040108
I'm using C++ and Outlook 2007. In my Addin I'm calling the Close method
with olDiscard on a Contact Item.
I can get various properties on the item but when I try to do a Close I get
back an error 0x80040108 which I think is invalid Object.
This works in previous versions of Outlook.
Any ideas please ?
...
|
5 |
2/14/2007 12:03:00 AM |
|
How to deploy custom form to Organizational Forms Library?
Hi,
I am trying to create Setup project for deploying my custom forms into
Exchange Server 2003 Organizational Forms Library using VS.NET 2005
but unable to find any good reference for creating custom action for
the same.
Can you pls. point me to some good reference material for this or
suggest better way to do the same?
Thanks.
...
|
2 |
2/13/2007 3:21:13 PM |
|
Setting the extended File Properties on an msg file
Hi Group.
I have a wish from my users that a msg file that I create as part of a
Outlook 2000 add-in should have the Author, Title and so on specified.
I have found the DSOfile sample but even that sample will not set the
extended file properties on an OL msg file.
Is that another way to do it, please ?
best regards
Kasper Bo Larsen
...
|
4 |
2/13/2007 7:44:09 AM |