BeforeItemMove
Thu, 25 Sep 2008 04:14:01 -0700
Hi folks,
Having checked the forums and code samples, we're still struggling with 1
issue with our Outlook 2007 .NET (VSTO) plugin.
We have a .NET class that monitors a calendar that we've created. This
monitor class is always referenced from the main plugin, so and it's
lifecycle is the same as the plug ...
|
Unique Identifer for Mailitem
Wed, 24 Sep 2008 12:37:00 -0700
I need to get a unique identifier for a mailitem, and access to EntryID is
throwing a "Type Library not Registered" error. Here is my code:
Outlook.Folder folder =
(Outlook.Folder)this.Application.Session.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderInbox);
string filter = @"@SQL=(""ur ...
|
Bind dynamically added control with form fields
Wed, 24 Sep 2008 11:24:01 -0700
How to bind a control, that was dynamically added on one of modified form
pages, with form field (for example, with Requred Attendees)?
Thanks,
Fedor ...
|
How to add a reference number or tag to each mail (Microsoft Outlook
2003)
Wed, 24 Sep 2008 09:13:54 -0700 (PDT)
Currently, we send lots of e-mail everyday to Support for our
application.
Support in turns assigns a reference number called a Tracker to every
e-mail we send for each of the problems... It could be anywyere from
say e.g. 1000 - 9999...
Say today I send an e-mail for a problem to Support and they reply
wi ...
|
Problem installing Outlook personal Folder backup
Wed, 24 Sep 2008 08:43:01 -0700
Hi, I'm trying to install Outlook Personal Folder Backup, downloaded from MS
website. When I run the application, I get warning message saying it's
already installed and asked if I want to unistall. I say yes, system says
can't unistall, and intructs me to use Add / Remove programmes - I try this
and Persona ...
|
How To get the paht to my current directory?
Tue, 23 Sep 2008 22:26:01 -0700
hello,
I am trying to read from a text file like this:
StreamReader sr = new StreamReader(Application.StartupPath);
but because the Application.StartupPath = "C:\Program Files\Microsoft
Office\Office12"
I cant read the file from the add in directory
how can i get the path?
--
thank you... ...
|
Disable/lock reading pane
Mon, 22 Sep 2008 12:15:56 -0700 (PDT)
In outlook while opening encyryted mail in reading that was
message : "This item cannot be displayed in the Reading Pane. Open the
item to read its contents." and its context was locked.
I want to disable and lock reading pane for a custom type of mail.
How can i do this COM add-in?with c++?How can i get ...
|
|
|
How to tell when Outlook is fully loaded?
Mon, 22 Sep 2008 15:29:55 +0100
Hi,
So when outlook starts up, it loads my addin, and my addin's startup runs.
In the meantime outlook is loading other addins, and trying to connect to
exchange, blah blah.
It there any way to tell when outlook has finished doing all this, and is
fully initialized? an event perhaps? I would like my addi ...
|
C# Redemtion not able to send reply
Mon, 22 Sep 2008 01:28:42 -0700 (PDT)
I have following code which tries to reply to mail, however the mail
sits in drafts and displays "Message is not sent".
Redemption.RDOFolder defaultFolder = redemption.findRDOFolder("Inbox",
rdoStore);
Redemption.RDOMail rdoMail = redemption.findRDOMail("Test Subject",
defaultFolder);
//Create a replyall m ...
|
Addin not loaded after recompile
Sat, 20 Sep 2008 23:16:17 -0700 (PDT)
Hello
I am developing an office addin using .net 1.1 .
I set the build output path of the addin project to the instalation
path of the addin.
Neverthless, after each compilation the addin is not loaded into
office applications,
It works only after i rebuild the setup project and reinstall the
addin. ...
|