473,396 Members | 1,917 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How to make an Outlook Add-In with VB.NET? (with property page)

Hi,

I want to make an Outlook 2000 Add-In with VB.NET 2003, but I'm not able to
find any good information about it how to do it.
I want to have a property-page for my Add-In in Outlook to change some
settings. do i have to add a form for that? Or how do I do this?

Any help would be really appreciated!

Thanks a lot in advance,

Pieter
Nov 21 '05 #1
4 5395
Hi,

Here is an article on how to make an add-in for outlook 2002. It
should be basically the same. You need to create a form for your settings.

http://msdn.microsoft.com/library/de...addinvbnet.asp

Ken
----------------
"DraguVaso" <pi**********@hotmail.com> wrote in message
news:42**********************@news.skynet.be...
Hi,

I want to make an Outlook 2000 Add-In with VB.NET 2003, but I'm not able to
find any good information about it how to do it.
I want to have a property-page for my Add-In in Outlook to change some
settings. do i have to add a form for that? Or how do I do this?

Any help would be really appreciated!

Thanks a lot in advance,

Pieter

Nov 21 '05 #2
Hi,

It's not bacilcy the same unfortunately, but I got the exemple to work. But
it's not really clear, and it add's only one button somewhere. I looking for
something that explains more.
And about the property-page: I create a form, and after that? Because when I
just put a form in it it doesn't show it on the property pages...

Pieter

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:uv*************@TK2MSFTNGP14.phx.gbl...
Hi,

Here is an article on how to make an add-in for outlook 2002. It
should be basically the same. You need to create a form for your settings.
http://msdn.microsoft.com/library/de...addinvbnet.asp
Ken
----------------
"DraguVaso" <pi**********@hotmail.com> wrote in message
news:42**********************@news.skynet.be...
Hi,

I want to make an Outlook 2000 Add-In with VB.NET 2003, but I'm not able to find any good information about it how to do it.
I want to have a property-page for my Add-In in Outlook to change some
settings. do i have to add a form for that? Or how do I do this?

Any help would be really appreciated!

Thanks a lot in advance,

Pieter

Nov 21 '05 #3
Hello Peter,

Have a look at http://www.add-in-express.com
--
Regards from Belarus,
Eugene E. Starostin
---
http://www.add-in-express.com - Add-in Express is a new visual tool for
developing COM Add-ins, Smart Tags and RTD Servers with a couple of clicks

"DraguVaso" <pi**********@hotmail.com> wrote in message
news:42**********************@news.skynet.be...
Hi,

It's not bacilcy the same unfortunately, but I got the exemple to work.
But
it's not really clear, and it add's only one button somewhere. I looking
for
something that explains more.
And about the property-page: I create a form, and after that? Because when
I
just put a form in it it doesn't show it on the property pages...

Pieter

Nov 21 '05 #4
Hi,

It was one of the first things I found, and it really seems a great product,
but unfortunately it isn't free...
Or can you try and test it (without having registration warnings?) without
having paid yet?

Pieter

"Eugene E. Starostin" <ee****@afalinasoft.com> wrote in message
news:uo**************@TK2MSFTNGP09.phx.gbl...
Hello Peter,

Have a look at http://www.add-in-express.com
--
Regards from Belarus,
Eugene E. Starostin
---
http://www.add-in-express.com - Add-in Express is a new visual tool for
developing COM Add-ins, Smart Tags and RTD Servers with a couple of clicks

"DraguVaso" <pi**********@hotmail.com> wrote in message
news:42**********************@news.skynet.be...
Hi,

It's not bacilcy the same unfortunately, but I got the exemple to work.
But
it's not really clear, and it add's only one button somewhere. I looking
for
something that explains more.
And about the property-page: I create a form, and after that? Because when I
just put a form in it it doesn't show it on the property pages...

Pieter


Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jonathan Pinto | last post by:
I was wondering if it would be possible to snapshot an access report to Outlook, and have fields come in the To: and Cc: fields, and also the subject field of the email as well. Right now, I am...
1
by: Richard | last post by:
I have a MSAccess 2000 database that adds peoples info from the database to Outlook Contacts using Automation - this works fine. Problem comes when entering a birthday field to Outlook - What...
0
by: Visual Systems AB \(Martin Arvidsson\) | last post by:
Hi! I am trying to create a windows service that will add and remove items from outlooks itemlist. But when i create the outlook application instance i get the message "Rejected Safe Mode...
7
by: John | last post by:
Hi I am using the following code to automate outlook from within MS Access; Dim O As Object O = CreateObject("Outlook.Application") The problem is that I am getting the following error on...
2
by: Alban | last post by:
Hello My soft gets back information from outlook. But when I create my namespace: OApp = New Outlook.Application oNS = oApp. Session oNS.Logon (Nothing, Nothing, False, True) I have an...
3
by: mwolowski | last post by:
Hello, I'd like to add tasks, appointments, etc using c# to outlook For example i added reference using OutLook = Microsoft.Office.Interop.Outlook; and the code: 1. ---------------------...
4
by: Andy | last post by:
Hi, I have a C# application and I'd like it to use Outlook 2003 to send messages. I don't want to send them programmaticlly though; I just want to open the New Messge window, set the...
1
by: si_owen | last post by:
Hi Folks, I have not too long ago built a customised calendar for my company's intranet. This was just a little calendar that users could add private events and reminders so that they were kept...
0
by: mmatchyn | last post by:
How do I attach an outlook email message as an attachment within another outlook email message. Right now I am using the following code. But I was wondering if there is a better way to do this...
1
by: chrisli | last post by:
Hey, i have written this code to read all Outlook Appointments from another user and fill them into my DGV. Public Sub ReadOtherUserAppointment(ByVal UserName As String) Dim objolApp...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.