|
Outlook Add in for Data Collection and Publishing: Add-in Won't L
I am trying to utilize the Collect Data via e-mail function and keep
receiving the following error:
"The Microsoft Office Access Outlook Add-in is disabled in Microsoft Office
Outlook 2007. To collect data by using e-mail messages in Microsoft Access
2007, verify that this add-in is installed and enabled from within Office
Outlook 2007."
I have tried to remediate via the Trust Cent...
|
1 |
10/13/2008 3:20:08 PM |
|
Controls not notified when customtaskpane is resized
Hi,
I have a CTP that contains my WPF control.
When the CTP is resized by the user, my control is not notified on the size
changes.
Any ideas?
...
|
2 |
10/13/2008 1:30:01 PM |
|
VSTO Add-In Deployment
I am using VSTO 3.x with for use with an Outlook 2007 Add-In. I cannot
figure out how to deploy the stupid thing.
I have tried Publish. The installation runs, but get a "Not Loaded. A
runtime error occurred during the loading of the COM Add-in" error.
I also tried creating a setup project, but have been unsuccessful there as
well as my DLL refuses to load.
Is there a proven referen...
|
4 |
10/10/2008 3:58:24 PM |
|
Releasing COM Components
I have created programmatically a structure of root MAPIFolder, with
subfolders and MailItems.
Is it necessary to explicitly release all items (subfolders and mail items)
or I can release only the root MAPIFolder?
--
Nenad Dobrilovic...
|
4 |
10/10/2008 2:50:07 PM |
|
Installing outlook com add in for standard users on terminal server
Hi,
we have written a dll that we want to use as an outlook com add-in for our
users on terminal server. It installs and works perfectly for the
administrator log in. When I go to install under a standard user, I can
select the dll in the com add ins window, but when I click ok and go back to
the list of com add ins the window is empty.
Is this a security issue? If so what do I need ...
|
2 |
10/10/2008 1:11:15 PM |
|
How synchronize customs field outlook 2007?
Hi all,
My task: develop addins for outlook 2007, on contact form I have field
"Standing", contact folder linked with Sharepoint server 2007, where I have
site column "Standing".
How I synchronize these fields?
Can I use _SyncObject?
Thank you ...
|
1 |
10/9/2008 4:17:01 PM |
|
Adding custom buttons to the Standard toolbar versus a custom toolbar
What are the "best practices" for adding custom buttons these days,
and what are the reasons?
I need only two buttons, and, because the toolbar would be so small,
it has to share a row with another toolbar or else it takes up too
much space. Because the Standard toolbar constantly changes size
depending on the explorer view, it gets bumped around quite a bit and
looks stranded. I also ha...
|
3 |
10/9/2008 4:13:03 PM |
|
Preventing meeting invitees from seeing/receiving my custom form
I have designed a custom Meeting Request form. The intent of the form
is that the meeting organizer can enter data into the form, that data
is used to generate some text that gets inserted the message body (via
an add-in) when the user clicks send and the recipients will receive
the meeting request. However, when the meeting request is sent, the
recipients will see my custom form in the meeti...
|
1 |
10/9/2008 2:54:36 PM |
|
attachment preview
I am working on an attachment problem. If there are some attachments in
email, then pop up a window before i send it. Then i can check the
attachments list. and preview the text by double click the name of the
attachment.
if I modify the attachment, in fact it modified a temp file. Then i try to
delete the original attachment and add the temp file as attachment again, so
that the modi...
|
5 |
10/9/2008 8:33:02 AM |
|
attachment location
hi, all
I am working on attachment. I don't know how to get the location of a
sending email' attachment.
I want to do some operation before the email be sent.
is "Source Property" works? but when i use it like this
"objMailItem.attachments.Source" or "objMailItem.attachments.item(1).source",
it seems wrong.
pathName property seem work, but when i check the mail attachment item,
...
|
3 |
10/9/2008 2:20:01 AM |
|
Outlook Mail Item Open Event Doesn't Work
I have an interesting issue with Open mail item's event.
I have a MailItem wrapper class, which exposes Opening event like this;
public class MailDocument
{
private Outlook.MailItem mailItem;
private static Dictionary<string, MailDocument> documents = new
Dictionary<string, MailDocument>();
public event Action<MailDocument, CancelEvent...
|
4 |
10/8/2008 1:28:49 PM |
|
Loading your OL addin without restarting OL
I just downloaded the goto meeting addin and that install program installs
their addin adds toolbars to OL without requiring me to restart My outlook
any clue on how this is happening
How do you get OL to load your addin post startup
Thanks...
|
4 |
10/7/2008 8:32:02 PM |
|
Add Outlook (2007) folder above Inbox when using Cached Exchange M
Hello,
I am using Outlook 2007 and am attempting to create and later reference a
folder above the Inbox folder. It turns out, that this code works perfectly
when the "Use Cached Exchange Mode" option is unchecked. When it is checked,
the code acts differently in two ways: 1, when looping through the folders,
my custom folder is not found (even though it exists), 2, since the folder is
...
|
2 |
10/7/2008 2:51:01 PM |
|
Connector for Domino
Hi,
I have been working with the connector for almost one year, but yesterday I
got an error message and I cannot connect to my Domino server anymore. Here
are part of the logs:
<<## ## ##>>MSOCLog Header Size : 1298
Log Date: 1/26/2006 - 17:23:50
Microsoft Windows NT Version 5.1.2600
C:\Archivos de programa\Archivos comunes\SYSTEM\MSMAPI\3082\MSOC32.DLL
OtoN Version: 2.0...
|
4 |
10/7/2008 10:00:01 AM |
|
Release COM components
Is it really necessary to release COM components from Office PIA, when you
don't need them anymore by invoking Marshal.ReleaseComObject(..)?
I found various and contradictory advices on this topic on the web. In my
opinion, since Office PIA is always returning a new references to its
interfaces as returning values from its methods, it is not necessary to
explicitly release it. Am I righ...
|
4 |
10/3/2008 5:47:21 PM |
|
Outlook 2003: Want to access commandbar in "New message" window
Hi Newsgroup,
I want to add a button to the commandbar that shows up by default in
Outlook 2003 if Word is used as editor. To clarify which commandbar I
mean, it contains buttons for "Send-Attachment-Addressbook-and so on".
In general I know how to add custom defined commandbars and buttons to
Outlook and Word (2003) by an AddIn using VSTO 2005 SE.
My main question is: How can I acces...
|
1 |
6/30/2007 11:39:14 AM |
|
Enable/Disable Commandbar buttons
Hi,
The follwing code snipset is from a COM Add-in that I've build for Outlook
2002 SP3 . The addin enables/disables some commandbarbuttons from Outlook
commandbars depending on the users selection of a folder.
e.g.:
If the user clicks on public folder "A" commandbarbutton "Forward" from
"Actions"-Menu should be disabled.
If the user clicks on any other folder button "Forward" from "...
|
2 |
6/29/2007 5:26:25 PM |
|
How can I send an attachment using Outlook to several users but only the one in To can view it
Hey guys,
I've got a situation where I have to send an email with an attachment
to a user. I have to also CC the manager in this email.
The material in the attachment is sensitive and only the user should
see it, the text in the body of the email is just to let the manager
know that this has been done.
My basic answer was to send two separate emails, but just wanted to
throw this out th...
|
2 |
6/29/2007 12:10:20 AM |
|
app.config problem
i have an Add-in on Visual studio 2003, i added an app.config file and i add
this code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="NAME" value="MONITOR.TXT"/>
</appSettings>
</configuration>
in the code of the Connect.cs file i try to read thi value
string name = ConfigurationSettings.AppSettings.Get("NAME")...
|
3 |
6/28/2007 7:50:02 PM |
|
Unable to delete folder OOM .NET add - ins
Hello,
I am new in Office programming. Sorry if I will repeat with my question, but
after long searches, I couldn't find a solution to my problem.
Problem: I am developing shared add - ins for MS Outlook 2003, my
application will create *.pst file with calendar folder and that *.pst file
will publish on server (Not Exchange server). But after i publish *.pst file
on server user B, can...
|
22 |
6/28/2007 5:45:40 PM |
|
C# Outlook Add-in Not Working at all
He guys,
How can i build a dll which i can add in outlook as com-addin by the
com-addin manager in Outlook 2003.
Every new project is working for like 5 times. After that it just disapeers
from outlook and i then i have to start allover again.
Kind regards,
Victor...
|
4 |
6/28/2007 5:35:57 PM |
|
Add x-header using CDO 1.21
Hi,
I have a requirement where i need to store some information into the x-
header of an outlook email.
I am using Outlook 2003 and Visual Studio 2005(C#). I have created a
shared Addin project.
I got to know that x-headers cannot be created using Outlook Object
Model. I want to use CDO 1.21 for this purpose.
Could anyone please assist me how to add x-header to an outlook email
usi...
|
2 |
6/28/2007 1:40:24 PM |
|
CommandBarComboBox on inspector toolbar
I have created a commandbarcombox on an inspector commandbar like this:
MO.CommandBarComboBox ctl = (MO.CommandBarComboBox)ctls.Add(
MO.MsoControlType.msoControlEdit,
System.Reflection.Missing.Value,
System.Reflection.Missing.Value,
System.Reflection.Missing.Value,...
|
3 |
6/27/2007 9:16:03 PM |
|
OL03: Adv Opts Add-In Manager/COM Add-Ins disabled--why?
On my Outlook 2003 Options|Other|Advanced Options panel, both the Add-In
Manager and COM Add-Ins buttons are disabled. Why? How can I re-enable them?
Is there some registry/policy setting somewhere? Where? I am not running in
safe mode that I can tell or asked it to set it up to.
...
|
1 |
6/27/2007 7:55:07 PM |
|
Outlook 2003 and 2007 AddIn
All:
Env: Windows XP SP2, VS 2005, VS for Office (most recent), Outlook
2007
I would like to implement an add-in that works in both OL 2003 and
2007. Is this possible, or do I need to build a version for 2003 and a
version for 2007?
(Assume that I am not using anything specific to 2007, e.g., the
ribbon).
Thanks,
John
...
|
6 |
6/27/2007 6:39:46 PM |