|
Outlook XML View Definition
Is there any complete Outlook XML View Definition, beside
http://msdn.microsoft.com/en-us/library/aa140157(office.10).aspx, which is
not complete, and is for Outlook 2002?...
|
2 |
12/12/2008 7:42:41 PM |
|
Obfuscation
Has anyone done obfuscation with Office add-ins? What products have you
tried?
Thanks,...
|
4 |
12/12/2008 7:36:47 PM |
|
Cannot install COM add in
Hope someone can help.
We have Windows Terminal Server 2008 installed.
I have copied a DLL to the Terminal Server and registered the DLL.
I want to use that DLL as an Outlook COM Add-In. It provides a link between
Outlook and another program (Goldmine).
Within Outlook I navigate to Tools->Options->Other->Advanced Options->Com
Add-Ins
I find and select the DLL in quest...
|
2 |
12/12/2008 2:17:55 PM |
|
IAddrBook::ResolveName() problems
1. If there are two similar contacts with names: "NN" and "NN " in Outlook
address book (second name with gap after letters), and I call ResolveName()
with parameter PR_DISPLAY_NAME = "NN", function can't resolve names and show
dialog (if MAPI_DIALOG flag was set). Function must find the contact without
the dialog been shown, as 'NN' and 'NN ' (with gap after) are really distinct
names.
...
|
6 |
12/11/2008 5:07:32 PM |
|
Com Shim wizard installation problem
Hi,
I don't know if this question belongs here. Mods feel free to move it to the
correct sub forums.
I am working on my outlook addin's installation project. and I want to
create my COM shim so that I can isolate my add-in.
I downloaded Com Shim Wizard Version 2.3.1 and try to install it. during
installation, a error message will pop up. with something like "object
reference not ...
|
3 |
12/10/2008 7:52:19 PM |
|
Replace Task Status Enumeration
Is there any way to replace the built-in status enumerations in Outlook? The
project I'm working on provides a dynamic status list for each task. Using
VS2008 & Outlook 2007, I have been able to build my add-in and provide a
custom form for the Task Inspector. My major concern is for supporting the
user's ability to add the "status" field to the explorer pane. Is there any
example co...
|
4 |
12/10/2008 4:49:42 PM |
|
outlook shared addin won't load in outlook 2003 if VS 2008 not ins
Hi Everyone,
I am fairly new to office add-in development. I developed a outlook addin
with VS 2008 with shared add-in templated in C#. the plugin was developed for
both outlook 2003 and 2007. so in all the references within the project I
used all office version 11.
everything works fine. but the add-in won't load for office 2003. I used the
VS 2008's auto generated setup project to ...
|
12 |
12/10/2008 2:57:51 PM |
|
Updating appointment recipient's response status
Hi all,
I am developing an Outlook 2007 addin using VS 2008, VSTO 3.0, and c#
In that i want to modify appointment recipients's meeting status
programmatically. I can read it from the property
'appointmentitem.Recipients[1].MeetingResponseStatus'. But it is a read only
property. Is there any way to update thisproperty. Manually it is possible to
update (set accepted,Declined etc) thi...
|
4 |
12/8/2008 5:06:27 PM |
|
Outlook address books reading (C++).
There are at least 2 types of address books in Outlook: 'MAPI' and 'LDAP'.
I try to read all of it by the following working code:
///////////////////////////////////////
bool ReadAddressBooks()
{
// Initialize MAPI.
HRESULT hRes = S_OK;
if (FAILED(hRes = MAPIInitialize(NULL)))
{
return false;
}
HRESULT hr;
LPMAPISESSION pSess;
hr = MAPILogonEx(0, NULL, NULL, MAPI_EXTENDED, ...
|
2 |
12/5/2008 4:48:10 PM |
|
LDAP access
I'm trying to read AD(Active directory) content from Outlook addin (C++,
MAPI) by the following way:
(AD's in Outlook are represented by LDAP, and neither I nor plugin don't
know their logins or passwords, hidden somewhere in depth of Outlook internal
data)
accessing containers:
//////////////////////////////////////////////
HRESULT hr;
CComPtr<IMAPISession> pSess;
hr = M...
|
6 |
12/5/2008 3:01:44 PM |
|
Hooking Outlook COM Objects
We've implemented an Outlook Add-in that let you intercept Outlook objects to
watch the interaction of other plugins with them.
Here is the complete article:
http://blog.nektra.com/main/2008/12/01/hooking-outlook-com-objects-with-deviare/
The add-in is part if Deviare hook library package that you can find here:
http://nektra.com/products/deviare/download.php
Best Regards,
Pablo Yabo
...
|
1 |
12/5/2008 1:53:19 PM |
|
Outlook VSTO Add-In Sending Meeting requests Twice
We have created a VSTO addin for Outlook Meetings.
As part of this we trap on the SendEvent of the message on the
FormRegionShowing event:
_apptEvents.Send += new
Microsoft.Office.Interop.Outlook.ItemEvents_SendEventHandler(_apptEvents_Send);
The method _apptEvents_Send then tests on a couple of properties
private void _apptEvents_Send(ref bool Cancel)
{
if (!_Qualified)
...
|
1 |
12/4/2008 10:34:01 PM |
|
VB6 AddIn background activity + user typing hangs Outlook 2007
Our VB6 AddIn uses timers on an invisible form to drive background
processing -- a good deal of which involves MSXML.XMLHttpRequest, called
asynchronously.
The background processing itself doesn't cause any problems, I have had a
virtual running for days with a very short interval for background tasks,
and with multiple inspectors left open -- it has yet to hang. On an
identical virt...
|
7 |
12/4/2008 4:23:48 PM |
|
VSTO Ribbon - Any way to Get Control that Has Focus, or Selected T
I am using VSTO with Outlook 2007
Is there a way to access the control that has focus in a particular
Outlook.ContactItem?
I am trying to get whatever phone number the user has selected from the
ribbon.
Thank you!...
|
1 |
12/3/2008 4:59:00 PM |
|
Reading (Displaying) MailItem with Custom Form
Does anyone have any experience displaying an existing MailItem with a custom
MessageClass?
When I filter and retrieve an affected Mailtem, I get an
DISP_E_MEMBERNOTFOUND exception when calling mailitem.Display(false)
Here is a code excerpt:
string filter = @"@SQL=(""urn:schemas:httpmail:subject"" like '%test%' ";
filter = filter + @" AND
""http://schemas.microso...
|
4 |
12/2/2008 2:25:10 PM |
|
Outlook 2007 and GetDlgItem()
Hi All,
I am developing an outlook add-in, which on certain preconditions will
display an image on the message window. I create a child window of the
message window and place the image on the child window. The location of the
child window/image is manipulated using the location of from window, from
text, to window , to text etc... present in the message window. I get the
controls pres...
|
2 |
12/1/2008 2:25:10 PM |
|
Outlook Remider programming C++
Hi Guys,
I am developing a plug-in for Outlook, and need to figure out how to access
programmatically the value of the "Reminder" dropdown in Meetings and
Appointments (that's the one with "15 Minutes", "30 Minutes" etc). Any ideas
on this matter will be greatly appreciated! ...
|
2 |
12/1/2008 2:10:34 PM |
|
add image to xheader
hello
Is it possible to add image file contents as the xheader to outgoing
mail?If yes
what is the max limit on xheader contents?
Thanks...
|
4 |
12/1/2008 3:18:44 AM |
|
how to get embedded image
hi,
i want to get the embedded image. In fact, it is also an attachment, but it
is not in objMailItem.attachments.count.
i want to get these files number and name.
how can i get it?
...
|
4 |
12/1/2008 3:15:58 AM |
|
COM Add in or ECE?
Hi ,
Can anybody tell me what are the advantages of COM add-in over ECE?
Which of the above given approach is preferrable in which conditions?
Thanks in advance....
|
5 |
12/1/2008 1:40:54 AM |
|
Outlook 2007 freezing when out-proc COM (called by add-in) exits
Greets,
I have an addin, written in VB6, that calls an out-proc COM server (to
process a queue, though this is not important.) Before it exits the COM
server fires an event, following which the addin sets the object variable
(for the COM server) to Nothing. After the addin returns from that event,
the COM server releases its object references and then calls the ExitProcess
API.
I...
|
2 |
11/29/2008 10:22:13 AM |
|
Create Outlook addin
Hi,
Can someone give idea from where i can start to write addin for outlook 2003
in c++.
Is there any book/web link please provide.
...
|
5 |
11/28/2008 1:49:30 PM |
|
Custom Image added to CommandBar Buttons
Hello All,
I have an add-in developed in Visual Studio 2008, written in VB.Net for
Outlook 2003 that I'm trying to add a custom image to commandbar buttons that
I created. The image displays correctly in every inspector window except when
I select Microsoft Word as the email editor. When that is selected and I open
a New mail, it throws the following error: "Catastrophic failure (Except...
|
3 |
11/26/2008 2:26:01 PM |
|
Rename Outlook menu controls
How can I rename menu items in 'new Appointment window' of Outlook by C++ ?...
|
2 |
11/26/2008 2:10:16 PM |
|
Catching buttons pressing in Outlook appointment window.
I have an Outlook 2007 installed on.
I have small Outlook Add-in example (in C++) somewhere from
http://www.codeproject.com ..
I try to catch buttons, located at 'Appointment window toolbar' (in Outlook
Calendar press some date, and this window will be appear) press by the
following way:
Function OnInspectorEvent is called when new inspector being created:
CAdding private member
C...
|
2 |
11/26/2008 2:09:09 PM |