|
Accessing attachments in Outlook using MAPI
How can I access attachments using MAPI?
Somewhere on internet i found PR_ATTACH_DATA_BIN property, but this
doesn't seem to work: MAPI_W_ERRORS_RETURNED is returned.
Thx for any help...
...
|
2 |
2/9/2006 8:09:42 PM |
|
How to validate a Custom Property Page
Hi All,
I have added a property page to the Options Dialog Box as the example of Ken
Slovak's book, everything is working fine, Now I need to validate the inputs
when user click apply, if the data is valid then the page is closed,
otherwise the property page is keep in the focus.
thank you...
|
2 |
2/9/2006 7:22:51 PM |
|
Command bar button FaceID Icon
I know that Command bar button have property FaceId, and if i assign
this property to some value (472 for example) an icon appears. Is it
possible to register my icon in system somehow, so it would have an Id?
thanks a lot
Donald
...
|
21 |
2/9/2006 6:42:50 PM |
|
OOM and IMessage show different calendar times?
I have some calendar items that I'm observing with OutlookSpy. When I
open the event up with "Current Item" I see some values for "Start" and
"End" that are different from the times I see when I open it up with
"IMessage". The problem seems to be related to time zones, as the
"Current Item" times are off by 5 hours from what they are supposed to
be. The "IMessage" times are correct accordi...
|
6 |
2/9/2006 6:37:25 PM |
|
Microsoft Office Outlook Connector for MSN
I need the connector in order to sync my MSN email and calendar with my
Outlook 2003. However, for the life of me I cannot figure out where to get
the connector download. I am an MSN Premium customer, so the connector
should be available to me, but I haven't been able to get any information
either from Microsoft, MSN or Verizon (my MSN Premium ISP). I've already
spent about 4 hours to...
|
3 |
2/9/2006 5:55:45 PM |
|
Recipients & Contacts
Hello everybody !!!
Is there any way to obtain a contact item from the recipient of a mail
item???
It is very important for me.
Thanks for all.
...
|
3 |
2/9/2006 4:21:29 PM |
|
createItemFromTemplate and VCF files
Hi there,
Does anybody know if there's a way to leverage the
createItemFromTemplate (or similar) function to create a contact item
in ol2003 using either redemption or outlook apis?
I'm using it to parse large numbers of emails - and their attachments -
and the createItemFromTemplate(filename) works fine for .msg and .eml
files but not .vcf files. When I use it against a vcf, I get the
...
|
2 |
2/9/2006 3:27:35 PM |
|
unload COM addin problem
Hi,
I have got an error when I try to unload my addin from Outlook 2003.
The error:
UnInitHandler Exception: {0} Exception HRESULT: 0x800A01A8
I get this message when the addin execute the line of code that remove one
of my CommandBarButtons
If Not (cbbEnvioSMS Is Nothing) Then
cbbEnvioSMS.Delete()
End If
I am programing in VS.NET 2003.
Anyone knows why occurs this er...
|
4 |
2/9/2006 10:26:19 AM |
|
Outlook 2003 fires an Inspector Close when a send is cancelled
I have an Outlook COM AddIn that has been working fine with Outlook XP
and Outlook 2003.
However, I have recently updated my Outlook 2003 (to version
11.8002.6568 SP2) and now I am experiencing some problems.
Basically, the latest update appears to send an Inspector Close event
to the addin when a Send is Cancelled - this didn't happen with
previous versions.
Because I have code in th...
|
9 |
2/8/2006 11:22:44 PM |
|
MSSPC.ECF Issue on Outlook 2003 Startup...
====================
Apologies for the length of this one, but I know how annoying it is to try
and help someone when you don't have all of the information...
====================
Hi
I've been on this one for a while now and am just about at the end of my
rather long tether...
A client recently installed Office Standard 2003. All programs were working
fine up until about 3 days ...
|
7 |
2/8/2006 11:02:38 PM |
|
Create a new item
I would like to create a new folder with a new item in Outlook.
For example a "Projects" folder which would contain "Project" items.
How would I create my own special type of item outside of the normal
Outlook Default types in OlItemType?
Thanks...
|
4 |
2/8/2006 2:16:20 PM |
|
Microsoft Visual C ++ Run time Library Issue
Hi,
I was wondering if anybody has seen the following problem in Outlook.
One of my users has the following error when trying the reply to all option
in Ofice Pro 2003. Here is the complete error.
Assertion Failed!
Program:...am Files\Microsoft Office\OFFICE11\WINWORD.EXE\File:.\scoring.cpp
Line: 133
Expresion: ret
For information on how your program can cause an assertion failure, see th...
|
3 |
2/8/2006 1:36:10 PM |
|
Receving Attachments from Lotus Notes in Outlook via olconn
My workplace runs Win2000/Office 2003. I'm using Outlook 2003 and olconn.exe
to connect to a Domino mail server (normal email client is Lotus Notes R
5.0.11).
In generaly, the connector works great. The only problem I have is with
receiving attachments (I can send them fine). At times, attachments will get
corrupt and I'll get the message:
"The attachment can't be downloaded from ...
|
1 |
2/7/2006 7:09:27 PM |
|
Prevent Reminder bein created by outlook
Does anyone know how to prevent outlook creating an outlook reminder
automatically when you insert a birthday in a contact.I'm working in
C#.net
Thanks guys
...
|
2 |
2/6/2006 9:10:49 PM |
|
Outlook Add-In: msoControlEdit: Textbox loses text when losing focus
Hi,
I'm making an Outlook (2003) Add-In (VB.NET 2005), with a simple button and
a textbox (msoControlEdit). When the user types something in the textbox,
and clicks on the button, the text in the textbox should be used.
But on the moment that the textbox loses the focus, it loses the text
also...
Any idea how to get around this problem?
Thanks a lot in advance,
Pieter
...
|
4 |
2/6/2006 2:37:31 PM |
|
Help! Inspector.Close is fired before Inspector.Activate handler finishes
Hello all.
I've been developing a C# Addin for OL2002/2003 and encountered a strange
problem.
Sometimes inspector's Close event is fired before the Activate handler finishes.
This can be reproduced by opening many inspectors and then closing them sequentially
as fast as possible. Logs show that Close handler is invoked before the Activate
handler finishes. Both handlers are executed ...
|
3 |
2/5/2006 5:40:41 PM |
|
Outlook add-in questions
I'm attempting to develop an add-in for Outlook using C# in Visual Studio
..NET 2003. I've been looking through the object model for Outlook to try
and determine what I need to do, but I am having trouble pinpointing where
in the object model to go for 2 things:
1) Add an item to the popup menu when right-clicking on an e-mail message
(but not on other item types). So far, to me, it l...
|
1 |
2/5/2006 10:49:17 AM |
|
Hummingbird Addin
I am repackaging Humming DM Extensions,
There are 2 add-ins for Outlook XP.
They are both visible in the Add-in manager.
Only when i start Outlook, it says, error, try to add the add-in manually.
When i do so and i restart Outlook the message apeers again.
Can somebody tell me where i can find those settings in the registry, i know
the are at HCLM\...\... exchange\addins.
Is there any sett...
|
1 |
2/4/2006 7:00:41 PM |
|
Plug-in to display an icon
Hello,
I'm a developer and am trying to find the documents that describe how
to write a plug-in for MS Outlook to display an icon. Could anyone
point out relavent documents, I've tried a google search of the
microsoft web site but didn't find anything.
Online resouces, books would be helpful. Also If anyone could estimate
how be a task this might be for someone that has written server ...
|
2 |
2/4/2006 5:56:17 PM |
|
(.)(.) Hot...
Call +8613352960090
Free!
Multi-lingual!
...
|
1 |
2/4/2006 4:13:49 AM |
|
(.)(.) Hot...
Call +8613352960090
Free!
Multi-lingual!
...
|
1 |
2/4/2006 4:13:48 AM |
|
How to remember toolbar position.
Hi all,
Can anyone please tell me how we can remember add-in toolbar position
which user set in previous session of Outlook.
OutlookSpy remembers it.
Thanks and Regards
Vinayakc
...
|
7 |
2/3/2006 2:26:50 PM |
|
C# ComAddIn: Imitate "Drag & Drop"
Hello everyone!
I would like to imitate Outlooks Drag & Drop functionality on this case:
When you drag and drop an email message into the body of a Outlook Task Item
you normally receive a clickable link (named like the emails subject), which,
when clicked, opens the dropped email.
I would like to create such a link/reference using a ComAddIn. So far I
tried and succeeded to add an em...
|
1 |
2/3/2006 12:44:10 PM |
|
Use of SafeRecipients
Hi all,
I have started to use Redemption today and I am getting a problem that
is quite likely to be my fault!!
I just want to display the AddressBook select recipients and send the
email. For some reason the safeMailItem recipients list does not get
updated and the program fails with error 0x80004005.
I suppose that I do not need to loop through the returned list of
recipients and po...
|
4 |
2/2/2006 3:30:29 PM |
|
Outlook Remains in TaskList after closing (with AddIn)
hi gurus
Apologies for cross posting to the above 2 newsgroups...but wasnt sure which
was the best for this post.
I have an Outlook Office AddIn which creates some Toolbar and menu items to
access it. It connects to SQL Server when activated and all works fine.
If I open Outlook but dont access the addin and then close Outlook, Outlook
does its normal ~5 second delay in the Task Li...
|
3 |
2/2/2006 3:42:03 AM |