|
Bug in MSO-2003 or in my code ?
Hi,
I have a weird problem with UserProperties of Oulook 2003. The first
time that an email is opening, I add a new UserProperty and I save it.
If I close, and open and close and open and so on the email (which
contains my UserProperty), I can find my property at the opening of
the email. If I verify the number of UserProperty (with UserProperties-
>get_count fct), my property is there ...
|
2 |
4/9/2007 12:14:57 PM |
|
How to programmatically set a filter on a day/week/month view ?
I can get filters to work on other view types editing the XML of the
view, but for views of type day/week/month this tecnique does not
work.
I have also noticed that if a set the filter of a day/week/month view
manually in outlook, the resulting XML of the view does not have any
<filter> tag like there is in the XML other view types when filters
have been applied.
So does anybody ...
|
1 |
4/9/2007 11:35:02 AM |
|
DASL Filter on custom property
Nearly finished with our "Outlook ticketing system." The last piece of
the puzzle is to display lists of tickets based on information stored
in our SQL database (assigned to, status, etc). I believe the best way
to achieve this is using the Outlook View Control on the public folder
and using the Filter property of the ActiveX object. The Transport
Agent I wrote appends a custom x-header with ...
|
1 |
4/8/2007 3:58:43 AM |
|
Outlook Maps Addin
Has anyone gotten the Outlook Maps addin for Outlook 2007 to install? I get
an error about a process that was expected to load/function didn't and the
install fails.
--
______________________________
Walter B
waltblanch[at]tampabay[dot]rr[dot]com
______________________________
...
|
1 |
4/7/2007 5:16:25 PM |
|
Can I use PropertyAccessor in Outlook 2007 to add x-headers?
I know I *can* use Redemption to do this, but I've been able to do
everything else I needed to without using Redemption, so I'm hoping I
can overcome this last obstacle without having to use Redemption.
According to the docs:
http://msdn2.microsoft.com/en-us/library/bb226714.aspx#officeoutlook2007whatsnewdeveloperspart2__propertyaccessor
It looks like the PropertyAccessor is where I need ...
|
3 |
4/5/2007 9:30:48 PM |
|
How to get Microsoft.Office.Interop.Outlook.TaskItem from the IUnknown (C#)
Hi all.
In other words, how to implement the method GetTaskFromIntPtr in the
code below?
using Outlook = Microsoft.Office.Interop.Outlook;
...
public void Method1(Outlook.TaskItem task)
{
IntPtr ptr = Marshal.GetIUnknownForObject(task.MAPIOBJECT);
Outlook.TaskItem task1 = GetTaskFromIntPtr(ptr); //
GetTaskFromIntPtr - ?
}
public Outlook.TaskItem GetTaskFromIntPtr(IntPt...
|
6 |
4/5/2007 8:39:32 AM |
|
RTF in an outlook appointment item
I'm trying to put RTF formatted text into the body of an appointment item.
I've found various examples on the web but I'm still having some problems.
Using Outlook spy, I can see that the code I use below does indeed put rtf
into the PR_RTF_COMPRESSED property. Yet I see nothing in the body. Does
anyone see anything wrong with what I'm doing below?
m_pAppointment is an Outlook::_Ap...
|
2 |
4/4/2007 5:36:39 PM |
|
Is Restrict Dynamic
Hello,
I'm using the Items::Restrict method in my addin. I'm looping for all mails
that I haven't processed yet depending on a user property and after
processing the mail I change this property. I found that changing property
when I loop for the restricted items affect the restricted items list.
My code is similar to:
{
_ItemsPtr pItems = NULL;
HRESULT hr = pFolder->get_Items( ...
|
3 |
4/4/2007 3:34:01 PM |
|
ItemsEvents_ItemAddEventHandler - only works in debugger
Hello,
I'm trying to develop a C# VSTO 2005 SE Outlook Addin. My add-in is
based on the OutlookEvents VSTO Sample. I am trying to capture Inbox
ItemAdd events. What I am finding is that this works on my
development machine, but the event handler function is never called
when I deploy it to a test client machine. The addin is being loaded
on the client machine, I put a message boxes in ...
|
2 |
4/3/2007 7:09:18 PM |
|
Determine if a footer exists in a document?
Hello,
What is the correct way to determine if a footer exists in a Word document
(using Word 2002 through Word 2007))?
Essentially, when a document opens, I need to insert a footer on all pages
in the document, but only if a footer doesn't already exist...
TIA!!
-Brian
...
|
2 |
4/3/2007 6:31:08 PM |
|
Outlook 2007 Spell Checking?
Hello,
Are there any improvements to the Outlook Object Model that allow you to
more easily work with Spell Checking....Or at least have Outlook function
the same whether you use MailItem.Send() or actually click the Send button?
...
|
12 |
4/3/2007 4:04:27 PM |
|
Send Open E-Mail
If I were to add a button to the MailItem Standard Toolbar Inspector using
VSTO to perform a series of tasks and then Send the open e-mail, what code
can I use to send this open e-mail?
I realize I need to have to identify the open mailitem, but I am getting
Cast issues with my current code.
Thank you.
D...
|
2 |
4/3/2007 11:48:49 AM |
|
Prevent Outlook from quitting
Hiya,
Is there anyway to prevent a user quitting Outlook ?
There is a quit event that I can hook into, but I think it's too late by then.
What I need is a BeforeQuit event.
I need to stop the use from quitting if a certain condition exists.
Cheers,
Phil....
|
3 |
4/3/2007 1:07:17 AM |
|
PR_BODY on a New Mail Item
I keep getting a MAPI_E_NOT_FOUND whenever I try to access a New Mail
Item's PR_BODY tag via the Item's OnWrite event.
Basically, on the user side, I just open a new mail window and type in
some text in the body. Just to be sure, I make sure it's plain text
(shouldn't make a difference right?)
I have tried it through both HrGetOneProp and OpenProperty (brief
sample below). Even OutlookS...
|
8 |
4/2/2007 2:23:12 PM |
|
Explorer' Close event not fired
Hi All,
I have Outtlook Addin (C# 2.0, VSTO 2005, Outlook 2003),
i subscribed to close event:
explorerEvents.Close += new
Outlook.ExplorerEvents_10_CloseEventHandler(OnExplorerClose);
but i never get there, why???
Only if i open another explorer (right click on folder--> Open in new
folder), and close it , then i get the close event fired, but when i
have only one explorer (m...
|
10 |
4/2/2007 1:24:08 PM |
|
Could we create a mailing list with VSTO
Hello,
We need toadd our own mailing lists in the address book, how to do this ?
CS
...
|
3 |
3/31/2007 6:56:35 AM |
|
Automate Spell Check on MailItem.Send() ???
Hello,
I have inherited an Outlook Addin which is currently working for Outlook XP.
The current add in is really simple. It adds a custom button to the
"Standard" toolbar for a MailItem's Inspector and, when clicked, this button
modifies the email message slightly and then sends it. The problem is, the
code use's the MailItem's .Send() method to send the message and, because
many of...
|
2 |
3/30/2007 1:18:14 PM |
|
VSTO Outlook Addin doesn't get loaded for non-admin user
Hi,
I am trying to deploy my VSTO Addin for Outlook 2003 for all users on
a machine by following these steps:
1. Change addin installer to add keys to HKLM instead of HKCU.
2. Build installation.
3. Install addin on target machine using user having Administrator
privileges.
4. Run MS Outlook 2003 and verify that addin has been loaded properly.
5. Login as a normal user on target machin...
|
4 |
3/30/2007 1:14:41 PM |
|
need a dev for small outlook/.net integration project
hi all
we're looking for a dev to write some small .net nuggets that will:
- accept a POSTed email address and return a list of messages sent
using outlook to that email address (in either JSON or XML format)
- accept a POSTed message ID and return back the email's content
and possibly some more little bits and pieces looking ahead too.
anyone out there interested?
cheers
pro...
|
1 |
3/30/2007 3:41:20 AM |
|
Suspect Redemption Library Issue???
I have been requested to look at a VB 6.0 extension that is utilizing the
redemption library. It is rather a simple extension that employs a one button
command bar. The button simply adds an html item to the existing html message
in the new message window (HTML only - no word), uses the redemption library
to modify the some properties and a few other things. Essentially the active
code i...
|
7 |
3/29/2007 8:11:19 PM |
|
how to identify deleted contacts for outlook add-in for integratio
I am working on integration of outlook contacts with a third party
application. It needs to identify contacts that are deleted and delete it
from the third party application.
Is there anyway we can identify permanently deleted contacts from outlook?
Thanks,
Ayyappa
...
|
4 |
3/29/2007 5:04:02 PM |
|
Outlook Send Button .Execute()?
Hello,
I previously posted a related message (see this link for a google groups
copy of it:
http://groups.google.com/group/microsoft.public.office.developer.com.add_ins/browse_thread/thread/3af0d8de42aa050/837b88f16c868601?lnk=st&q=mccullough+outlook+execute&rnum=1&hl=en#837b88f16c868601)
I am trying to automate the Send button in Outlook 2002 (Office XP) through
an addin. The add in ...
|
1 |
3/28/2007 6:28:30 PM |
|
Dibale this addin
Hi All,
I have AddIn written with VSTO .net 2.0 platform for Outlook 2003.
The addin is deployed and installed on the machine level so the
registry keys are added under:
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins"
In some cases, we noticed that when the user aborts the startup
process by shutting down Outlook, the next time he will open OL he
will get the old message...
|
4 |
3/28/2007 1:54:42 PM |
|
Removing add-ins for all users
Good afternoon. Does anyone know of a way that I can remove an add-in from
Outlook 2003 clients globally and not receive the error message that abc.dll
could not be installed or loaded... if we delete the file from the
workstations? We are installing a new piece of software and need to disable
one of the add-ins from within Outlook.
Thanks in advance for any help,
UCG
...
|
3 |
3/27/2007 11:53:14 PM |
|
Outlook Drag Drop
Hi,
Is there a way I can implement Drag drop feature, when an Outlook
item(mail,contact) is dragged and dropped onto a folder on the
explorer tab. The Folder might be one created by my Outlook add-in. Is
it possible to Allow Drop onto a folder and handle the event. For
instance, a mail can be dragged onto a trash folder. I might want to
drag a contact into a CRM Contacts folder and the...
|
1 |
3/27/2007 6:37:16 AM |