Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook and VB.NET

Status
Not open for further replies.

jfrost10

Programmer
Jun 3, 2001
2,004
CA
hey gang,

Isssssss there a way, to do something...like...this:

I want to track emails that my users are getting, and log them as a custom event in my application. However, I don't want to re-write Outlook.

SO, is there a way to incorporate my .net code INTO Outlook, so that the users still use outlook as the mail client, but we can still log their sending receiving?

Thanks,

D
 
This must be Outlook day. As I have said in other post

The absolute best place for vb outlook integration is


The big answer to your question is yes. The resource above should give you the info for the details.

DotNetDoc
M.C.S.D.
---------------------------------------

Tell me and I forget. Show me and I remember. Involve me and I understand.
- Anonymous Chinese Proverb
-----------------------------------
If you can't explain it simply, you don't understand it well enough.
- A. Einstein
 
Is there any way to reference the Outlook inbox without having Microsoft Outlook actually open. I guess the best way to describe it is that I want to open in a "silent" or "invisible" mode?


regards,
Brian
 
Outlook uses what is called MAPI folders. Like a database but not really. You can access an inbox without opening Outlook. There are a few ways this can be done and depends on what rights you have on the Exchange server. (If any). Again the best reference for this is :


Click on the developers tab. They also have a newsgroup that is manned by a couple of Outlook Gurus that specialize in VB / Outlook integration.

Check it out.

DotNetDoc
M.C.S.D.
---------------------------------------

Tell me and I forget. Show me and I remember. Involve me and I understand.
- Anonymous Chinese Proverb
-----------------------------------
If you can't explain it simply, you don't understand it well enough.
- A. Einstein
 
Just a follow up to my initial post:

I think going forward that there will be a way to directly incorporate Outlook with a .NET application, but only through the new Office 2k3 suite. I went to a Microsoft shindig a few weeks back where they talked about how you can now write custom DLL's that can be used within Office applications, creating a greater tie-in between applications we write and the Office suite. Pretty neat stuff actually.

Anyway, just wanted to share.
:)

D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top