|
How to find out which is the current item shown in the inspector?
Hi
How to find out which is the current item shown in the inspector when the
CommandBarButton inthe inspectors menu is clicked?
Thanks
Michael
...
|
2 |
1/25/2006 2:33:01 PM |
|
Event handling?
Hi,
i am using outlook2000 and VC++6.0
i have written a COM-Addin. In this addin i have added two
buttons to the outlook explorer.
I have written event handling by using sinking . Here i have used
"IDispsimpleEventImpl" interface.
i have done successfully.
But i want to add CommandBarButtons and menu button to Inspector window
also.
For this reason we h...
|
3 |
1/25/2006 1:40:57 PM |
|
Outlook 97
I understand there a number of limitations within outlook 97, however I am
trying to create a toolbar within the application. It isnt a problem to do
this from another application, however I want to do this on the loading
event. The only events I have found listed so far are those connected to a
new mail.
Ideally Id like to be able to use an addin, however according to the
microsoft...
|
2 |
1/24/2006 2:43:45 PM |
|
Entry box and button for searching?
I am writing an Outlook add-in in C#.Net, and would like to put an entry box
and button for searching in my custom toolbar, similar to popular desktop
search programs.
CommandBarComboBox (both msoControlComboBox and msoControlEdit) only support
the Change event, which fires when the user presses Enter (or Tab?). The
field clears when focus leaves the edit box, which means that you can'...
|
2 |
1/24/2006 12:48:03 PM |
|
SaveAs() sometimes loses userProperty!
I am creating a VB COM addin for Outlook 2002 and have come up against
the following problem. Sometimes when I create a custom UserProperty
for a mailItem, when I then do a SaveAs() on this item, the
UserProperty disappears.
It seems that the first time I run the code below, it works fine, but
if I run it a second time, it fails! Also, if make a selection of
emails and loop round this code...
|
4 |
1/24/2006 10:49:25 AM |
|
Setup For Outlook Add-in
I have created a little test add-in for outlook 2003 using the VS 2003
and it works fine on my deveopment machine, Where I run into trouble is
building a working installer that loads the plugin on a other machine.
It looks like the installer registers the Plugin under the outlook
keys but it doesn't register the CSLID Key for the plugin. I think
that means that outlook looks for a plugin t...
|
2 |
1/24/2006 8:14:36 AM |
|
Symantec Add-In
I had to reinstall Symantec AntiVirus on a workstation, now when I open
Outlook I get this error.....
"The add-in "C:\Program Files\Symantec_Client_Security\Symantec
AntiVirus..." could not be installed of loaded. This problem may be resolved
by using Detect and Repair on the Help menu."
I have used the Detect and Repair on the Help menu, and I also inserted the
CD and tried to run ...
|
2 |
1/24/2006 12:39:06 AM |
|
Hotfix OUTLOOKff interfering with working code.
Ever since I installed the OUTLOOKff hotifix, the custom plugin we are
developing no longer works.
Outlook version : 2003 (11.8002.6568) SP2
The following code now causes a crash on startup.
hr = namspace->GetDefaultFolder( Outlook::olFolderContacts,
&contactsFolder );
This code used to work perfectly pre-installation of the afore
mentioned hotfix.
Does anyone know what to d...
|
3 |
1/23/2006 11:49:12 PM |
|
Lotus Notes Connector
I recently downloaded the Notes connector for Outlook 2002. My contacts in
my Personal Address Book in Lotus Notes are not being displayed in my
contacts in Outlook. Is there something wrong? Everything else is working
fine.
...
|
1 |
1/23/2006 7:21:27 PM |
|
Can Anyone Recommend Backup Software for Outlook?
There's lots out there that will backup, restore, copy, migrate, etc. All
good stuff. But here's the kicker - it has to backup while Outlook is open.
If it can backup over a network as well, that would be sweet. All I've been
able to find that can do the job and is reliable is the Veritas product at a
whopping $800 US. Too rich at that price.
Any suggestions welcomed.
...
|
16 |
1/21/2006 7:18:51 PM |
|
New ContactItem with same EntryID
HI, every time I create a new ContactItem:
..CreateItem(OlItemType.olContactItem);
and then save the contact.
I always receive the exact same EntryID.
Any ideas?
Thanks so much...
|
4 |
1/20/2006 7:01:04 PM |
|
How to work with MailItems after pressing Send-Button
Hi,
I'have written a COM add-in for Outlook using VC++. This COM-Addin
should detect new send mails. After sending a mail (with several
attachments) I have to separate all attachements from mailItem, then
save each attachment as a single file, save mailitem without attachments
as msg file, and save the mailitem themself - complete with all
attachments - as msg-file too.
I've tried ...
|
6 |
1/20/2006 3:27:19 PM |
|
What makes a ContactItem unique
If I am using pst or exchange, what will make a ContactItem unique. It
is the EntryID or do I need both StoreID and EntryID?
Thanks...
|
2 |
1/19/2006 3:14:33 PM |
|
In- or out of office
In de hall of our office, there was in board with the personal names.
When you arrive you push your namen from out to in.
We moved to a new officebuilding, time for something dgital.
Who knows a digital way of knowing who is in en who is out? without passes
etc?
...
|
2 |
1/18/2006 11:12:31 PM |
|
Trap Reply Event
I have an Outlook Addin-in that creates a toolbar within an Inspector
window..when the user clicks the Reply Button, a response email is to
be generated with a "Thank you for your email blah blah blah", this
works fine. My only problem is that another Inspector window is
opening up as well which is not what I need, I'm not trapping the Reply
event correctly...Anyone have any example code o...
|
5 |
1/18/2006 10:08:21 PM |
|
how to add commandbarbutton to inspector window
hi,
how to add commandbarbuttons to inspector window uisng vc++6.0
Thanks in advance
--
Regards,
RamakoteswaraRao Koti
...
|
1 |
1/18/2006 3:18:39 PM |
|
Free mp3's
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
<TITLE></TITLE>
</HEAD>
<BODY>
<P>And much more that that!</P>
<P><A href="http://forum.saait.net/">http://forum.saait.net/</A></P>
<P>This site offers free and legal mp3's, software, movies, games.<BR>They also
have a l...
|
1 |
1/18/2006 6:34:20 AM |
|
How to search in the AddressList?
Hello,
I need to search the address entry list for a specific contact.
Basically, I need to search contacts based on different paarameters (which
include all fields like even the mobile number, company, department,
etc...). When outlook is online, I go an search the Exchange Server directly
with LDAP queries. But when outlook is offline, I need to search the
'Offline Address Book'. Then ...
|
1 |
1/18/2006 4:46:41 AM |
|
Outlook XP 2006 holiday update
Can anyone point me to an update for Outlook XP 2006 holidays? I found one
link, but it leads to a dead page.
I have already installed SP3 for Office XP.
Thanks in advance...
|
3 |
1/17/2006 9:01:01 PM |
|
Vonage Click2Call
I use Outlook 2002 on XP Home. I added the Add-In "Click-2-Call" from
Vonage. It work great except that I keep getting the error message "
Microsoft Outlook has encountered a problem and needs to close. We are
sorry etc, etc. How do I correct this problem? Vonage says I need to
uninstall and reinstall Outlook. I have the Office Suite and I'm not sure I
want do that. I don't think I ca...
|
3 |
1/17/2006 4:23:03 PM |
|
Outlook Addin CommandBarButton Click Event Not Firing
Hi guys,
I am trying to get my VSTO 2005 Addin to deploy to a test client machine.
The addin works fine on my development machine and is as simple as a custom
CommandBarButton on an appointment form that opens a .NET windows form that
users are required to fill out after creating each appointment. I have done
the following to get the addin to install sucessfully on the client machine:
...
|
1 |
1/17/2006 2:10:02 AM |
|
dialog comes up when trying to access mailItem
I am writing an Outlook COM add-in in C# .NET. When I try to access mail
item, An outlook dialog box comes up asking:
A program is trying to access e-mail addresses you have stored in Outlook.
Do you want to allow this?
If this is unexpected, it may be a virus and you should choose "No".
Allow access for 1-10 minutes.
YES, NO, HELP
Any idea, how to allow access to th...
|
4 |
1/16/2006 9:56:30 PM |
|
Open an attachement of type olEmbeddeditem
Hello!
I hant to now wich is the best way to get a _MailItem from an
attachment that is of the type olEmbeddeditem?
It's necessary to save it to disk and open like a mail item? if is how
this is done? or we can do something like this:
....
AttachmentPtr att = attac->Item(l);
_MailItemPtr pMailSubItem;
hr = att->QueryInterface(__uuidof(_MailItem),(void**)&pMailSubItem);
This ...
|
4 |
1/16/2006 5:09:29 PM |
|
The folder is full exception
I am trying to add a large number of contacts to my outlook folder,
but when I get to around 4000 I get an exception: "The folder is full"
Any ideas?
Rog...
|
2 |
1/16/2006 4:27:48 PM |
|
VoiceMail PlugIn / AddIn
Hi,
I want to create a Plug-In / Add-In that allows a user to send/receive
VoiceMail on an email server from Outlook.
Any help will be appreciated.
Sorry for Cross Posting.
rawCoder
...
|
1 |
1/16/2006 12:50:42 PM |