|
Transparent Inspector images
I am trying to add transparent images to CommandBarButtons in an
Inspector which of course doesn't use the mask property. I am using C#.
Does anyone have any suggestions?
Thanks...
|
8 |
3/15/2006 9:52:55 PM |
|
Unable to get outlook com addin to install correctly
Hi,
I'm a very new to Visual Basic .Net and are having some issues with a
com add-in that I built. I'm using Visual Studio 2005 and have built a
simple com add-in that creates a command bar with a button. When this
button is clicked it launches a custom appointment form. When I build
the project from within Visual Studio, it builds with no errors and
when outlook is restarted the command b...
|
3 |
3/15/2006 6:01:41 PM |
|
(Noob) VB6 COM Addin Question
I am using the Outlook COM Addin Template at
http://www.microeye.com/resources/Outlook%20COM%20Addin.zip
I should also say that I'm an absolute beginner with VB6.
I add a dialog form to this project with OK and Cancel button. I would like Outlook to
Quit when I click the Cancel button. How can I do this? Some example code would be
appricated.
Thanks in Advance
Mike K
...
|
3 |
3/15/2006 4:33:02 PM |
|
Retrieve Name from the Contacts in the Appointment form
Hi All,
I'm trying to populate the Body in the Appointment Form based on the
value (not the contact) entered in the Contacts box.
Basically, the user enters Number in the Contacts Box and clicks a
button in the Standard Bar and the Body gets populated from the data in
the database.
The problem is I cannot retrieve the Name from the Links collection as
the Appointment has not been saved ye...
|
2 |
3/15/2006 1:51:00 PM |
|
Receiving attachments with Outlook Connector for Domino
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 ...
|
2 |
3/15/2006 3:40:27 AM |
|
Automate export of Appointment Insert/Update/Delete infomation to the database
Hi All,
I'm a newbie and have managed to create an add-in (VB 2005) that stores
all the appointment times against the contacts entered in the contacts
field of the appointment form (Outlook 2003) in a SQL 2000 database.
Is there a way to automate the updating of database on clicking the
save button for an appointment in the appointment form or moving the
appointment in the calendar?
I h...
|
3 |
3/14/2006 2:59:16 AM |
|
Exception at item display
Hello,
I am developing a C# addin for Microsoft Outlook 2002 and 2003. This addin
creates and manipulates items using custom forms. Items are created in the
standard drafts folder and then displayed with "item.Display(false)" call.
On one of the test machines (Outlook 2002 SP3, XP SP2, MS Exchange account,
no local PST files) the following exception occurs (100% reproducible):
Syste...
|
1 |
3/13/2006 6:12:32 PM |
|
How To Create Add-ins For OutLook Express..
Hi.
I Need Some Help about creating Addin in visual basic.net
for outlook express.
it can be ani addins
i am intial level programer for vb.net
please...
|
4 |
3/13/2006 3:46:26 PM |
|
importing incredimail into outlook express
Is there a way, or an add-on. or a third party software to import
Incredimail mail into outlook express mail ?
ZZ...
|
1 |
3/12/2006 3:54:34 PM |
|
Question: Including a number or string to the outgoing header
Outlook Exchange question, without changing exchange.
Is there any way to include an integer or a string to the outgoing
header from Outlook, without changing anything on Exchange. Since MIME
headers are generated on Exchange there doesn't seem to be any way to
get Outlook to add a random header.
Any suggestion how to do this?
thx
...
|
2 |
3/11/2006 5:57:37 AM |
|
BECOME A DOT.COM MILLIONAIRE WITH ONLY $5.99Cents or $1K.
...
|
1 |
3/9/2006 8:45:01 PM |
|
Using Tab Control in Addin
I would like to use Microsoft's Tab control in my addin - I hate the Tab
Strip!.
Are there any issues that I need to be aware of:
-Will it cause problems if there is already a tab control installed - if so
how do I get around this?
- Are there any stability issues?
- Am I allowed to distribute it?
If (in case) the Tab Control is not recommended, is there any good sample
code out th...
|
3 |
3/9/2006 3:19:03 AM |
|
MAPILab NNTP for Outlook
is anyone familiar with this. I ran its setup and everything went oaky.
However, when I post a message, it uses
my real address instead of the fake one entered when doing the setup.
I am posting this using outlook express as a newreader.
any help would be appricated.
...
|
1 |
3/9/2006 12:20:29 AM |
|
Change the source of "contact" in outlook
Hi everyody,
We want to add our own datasource for retrieve contact from our db in
outlook 2003.
What is the best way to do ?
Somebody do something like that ?
R. Messie
R&D Manager
Narval Logistic Software
...
|
3 |
3/8/2006 10:37:50 PM |
|
Default .pst
I want to add a folder to the default .PST file. When I GetFolders then
GetFirst from the default namespace I do not always get the default root (pst)
folder that contains the default inbox, etc. How do I get the default? Thanks!
--
Message posted via http://www.officekb.com...
|
2 |
3/7/2006 2:39:31 PM |
|
Using MFC controls in Outlook Add-in (ATL/C++)
Hi,
When hit Outlook->Tools->Options menu Outlook popuped property pages
this pages has GroupBox like group seperator,
I have a code for these group seperator for MFC
(In OnPaint funcs seperator was drawing) but it is not work in Add-in
It seems OnPain message not fired.
Thanks in advance...
|
1 |
3/7/2006 7:03:27 AM |
|
Strange Outlook Add-In problems
Hello,
I wrote an Outlook Add-In for Ol9 and it normally works fine with
Outlook2000/XP/2003.
I use Redemption and AddInMon. Therefore I'm not using
IDTExtensibility2.
I'm trapping Explorer_Close Event and On_disconnection for releasing
objects (and I really release all objects). I do not use CreateObject
because of problems with script stoppers.
But in some cases the add-in causes tro...
|
7 |
3/6/2006 5:58:34 PM |
|
Redemption
I wrote a COM Add-In, which works fine normally, but crashes on some
machines or it has the Resiliency Problem.
Therefore i'm asking if I'm doing everything right.
For example:
Private obCalendarItem As Object
Private moCalendarItem As Object
....
Private Sub moCalendarItems_ItemAdd(ByVal Item As Object)
Set obCalendarItem = Item
Set moCalendarItem = New Redemption.SafeAppoint...
|
6 |
3/6/2006 3:26:17 PM |
|
MailItem.Save for "Reply"
Hi,
When handling NewInspector event,
I use MailItem.Save, to save changes.
I encounter the following problem:
If the mail item is an item for "reply", I get the following
error\exception:
Type : System.Runtime.InteropServices.COMException
Message : The messaging interface has returned an unknown error. If the
problem persists, restart Outlook.
Source : Microsoft Office Outlook
Sta...
|
1 |
3/5/2006 6:14:59 PM |
|
Outlook 2003
Cannot access earthlink spamblocker in Outlook 2003. When I click supsect
email in outlook 2003 I get an error message:
Earthlink spamblocker Add-On
"Warning the COM object has not been initialized"
Earthlink claims it is an Outlook problem. How did I resolve this?
...
|
1 |
3/4/2006 8:20:26 PM |
|
Outlook does not remember the add-in hidden status.
Hi all,
If any user hides add-in by right clicking on toolbar and uncheck
add-in name,
Next time when outlook starts it does not remember the add-in hidden
status and it just shows add-in in to outlook toolbar.
I have created add-in command bar as temporary.
I checked this with Outlook spy. It just working fine in this scenario.
Can anyone help me on this?
Regards,
Vinayakc
...
|
2 |
3/3/2006 2:55:11 PM |
|
Exchange contact in outlook
Hello again everybody,
I have a problem with CDO, I use the Addressbook method to search in the
contacts, stored in outlook or exhange, to select someones, when they are
selecteds I want to obtain the telephone number, when the contact is stored
in outlook, no problem I know how i do, but the problem is when i select a
contact from exchange.
I am a VB.NET programmer, and my project is an...
|
9 |
3/3/2006 1:56:28 PM |
|
Personal Folders Backup Utility
I have installed this new utility from M$ and I am using Outlook 2003. When
I hit File>Backup it will not locate my pst file. It just keeps saying "No
files set for backup"............. I dont understand, please help?
http://www.microsoft.com/downloads/details.aspx?amp;displaylang=en&familyid=8B081F3A-B7D0-4B16-B8AF-5A6322F4FD01&displaylang=en
Thx
jeff
...
|
1 |
3/2/2006 10:53:59 PM |
|
Get contact info from exchange
Hi,
I must get info from a contact stored in exchange server.
I open the CDO.AdressBook and select the contacts, when this contacts are
from outlook no problem, but when the contact is from exchange my
application crash, saying me that the client operation is not allowed.
The problem is in the recipients.ID and way to get the contact ID from the
recipient.ID.
Can anyone help me.
...
|
1 |
3/1/2006 12:10:54 PM |
|
EARN $3,000.00 A DAY. OPEN AN INCOME-DAILY ACCOUNT WITH US
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
<TITLE></TITLE>
</HEAD>
<BODY>
<P>YOU COULD BE EARNING OVER $3K A DAY , $100K A
MONTH.INCOME. CHECK IT OUT. Investment is only $5. 99cents a month.</P>
<P><A href="http://www.vosar.net">www.vosar.net</A></P>
<P>Tel: 775-333-11...
|
1 |
3/1/2006 7:15:16 AM |