|
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 |
15.03.2006 18:01:41 |
|
(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 |
15.03.2006 16:33:02 |
|
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 |
15.03.2006 13:51:00 |
|
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 |
15.03.2006 03:40:27 |
|
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 |
14.03.2006 02:59:16 |
|
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 |
13.03.2006 18:12:32 |
|
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 |
13.03.2006 15:46:26 |
|
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 |
12.03.2006 15:54:34 |
|
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 |
11.03.2006 05:57:37 |
|
BECOME A DOT.COM MILLIONAIRE WITH ONLY $5.99Cents or $1K.
...
|
1 |
09.03.2006 20:45:01 |
|
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 |
09.03.2006 03:19:03 |
|
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 |
09.03.2006 00:20:29 |
|
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 |
08.03.2006 22:37:50 |
|
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 |
07.03.2006 14:39:31 |
|
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 |
07.03.2006 07:03:27 |
|
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 |
06.03.2006 17:58:34 |
|
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 |
06.03.2006 15:26:17 |
|
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 |
05.03.2006 18:14:59 |
|
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 |
04.03.2006 20:20:26 |
|
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 |
03.03.2006 14:55:11 |
|
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 |
03.03.2006 13:56:28 |
|
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 |
02.03.2006 22:53:59 |
|
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 |
01.03.2006 12:10:54 |
|
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 |
01.03.2006 07:15:16 |
|
How to export message + attachments using .NET
Hi.
We would like to define a button that would export a message and its
attachments to another system.
The platform is .NET, and we can use VB or C#.
Any pointers or sample code will be appreciated.
TIA
...
|
6 |
01.03.2006 06:43:48 |