473,394 Members | 1,946 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,394 software developers and data experts.

outlook

Hi All,

Thanks for ur reply for my previous postings.
I have a question.

I wanted to show the outlook inbox in a window with minimal options like
send,delete,reply,forward,replytoall,new message.
how do i achieve that.
Is there any option in C# where i can perform this using the native support
of .NET framework?

Any help is greatly appreciated.

Thanks,
Jyothi.
Nov 15 '05 #1
3 4513
Jyothi,

Unfortunately, there is not. The outlook controls are not exposed
publically (from what I can tell), so any functionality of this nature you
will have to expose yourself.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Jyothi" <jy************@isoftplc.com> wrote in message
news:uv****************@tk2msftngp13.phx.gbl...
Hi All,

Thanks for ur reply for my previous postings.
I have a question.

I wanted to show the outlook inbox in a window with minimal options like
send,delete,reply,forward,replytoall,new message.
how do i achieve that.
Is there any option in C# where i can perform this using the native support of .NET framework?

Any help is greatly appreciated.

Thanks,
Jyothi.

Nov 15 '05 #2
Jyothi, you are going to have to build your own view of the invox using
Interop and Outlook. Here's a site which will help you get started.

http://www.slipstick.com

--
Greg Ewing [MVP]
http://www.citidc.com/
"Jyothi" <jy************@isoftplc.com> wrote in message
news:uv**************@tk2msftngp13.phx.gbl...
Hi All,

Thanks for ur reply for my previous postings.
I have a question.

I wanted to show the outlook inbox in a window with minimal options like
send,delete,reply,forward,replytoall,new message.
how do i achieve that.
Is there any option in C# where i can perform this using the native support of .NET framework?

Any help is greatly appreciated.

Thanks,
Jyothi.

Nov 15 '05 #3
Jyothi,
Is there any option in C# where i can perform this using the native support of .NET framework? Outlook does not support Managed code per se, however using COM interop
there are a couple of options.

You can use the Outlook View Control on your Windows forms which displays
the contents of an Outlook folder, of course this means you will need to
have Outlook loaded.

It is included when you install Outlook 2002 & Outlook 2003. There is a
download available for Outlook 2000.

You will need to customize your VS.NET toolbar to include the control, right
click on the toolbox, select add/remove items, select the COM Components
page. For Outlook 2003 select "Microsoft Office Outlook View Control", for
Outlook 2002 select "Microsoft Outlook View Control".

You can use the Outlook PIA, optional install with Outlook 2003, download
for Outlook 2002. to create the actions to be performed on your toolbar &
menu.

The following web site contains a series of articles on using Outlook from
..NET:

http://www.microeye.com/resources/res_outlookvsnet.htm

If you want to create an Outlook like application I would recommend the
Janus GridEX Control for .NET http://www.janusys.net/janus/library/ which
does a very good job of mimicking the Outlook Grid control while allowing
you to bind to other datasources... Note this is a managed control, Janus
Systems also has a ActiveX version.

Hope this helps
Jay

"Jyothi" <jy************@isoftplc.com> wrote in message
news:uv****************@tk2msftngp13.phx.gbl... Hi All,

Thanks for ur reply for my previous postings.
I have a question.

I wanted to show the outlook inbox in a window with minimal options like
send,delete,reply,forward,replytoall,new message.
how do i achieve that.
Is there any option in C# where i can perform this using the native support of .NET framework?

Any help is greatly appreciated.

Thanks,
Jyothi.

Nov 15 '05 #4

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

Similar topics

2
by: Fritz Switzer | last post by:
Can anyone provide a small snippet in C# that pulls out the Contacts in Outlook XP. I've seen a couple of examples in C++ and VB in previous newsgroup posts, but either the originals didn't work...
10
by: John | last post by:
Hi When I open a new outlook email from vb.net, sometimes outlook is very slow to appear or occasionally outlook freezes completely. I am targeting mixed office2000/xp environments so I am...
9
by: Srinivas | last post by:
hi all how to access the outlook user profiles through VB.net any help.... thanks in advanc Srinivas
9
by: George McCullen | last post by:
I have an Outlook 2003 using Exchange Server 2003 Public Contacts Folder containing 20,000 Contacts. I am writing a VB .Net 2003 program that loops through all the contacts in a "for each oCt in...
3
by: John | last post by:
Hi I am trying to access outlook contacts folders and delete the contacts that do not contain a certain category value in the categories field. I have written the below code but am stuck with...
7
by: Chris Thunell | last post by:
I'm trying to loop through an exchange public folder contact list, get some information out of each item, and then put it into a vb.net datatable. I run though the code and all works fine until i...
8
by: Li Pang | last post by:
Hi, I used following codes to pass a message item from CDO to Outlook. They worked fine when I used outlook 2000, but get an error of "Specified cast is not valid." when I used Outlook 2003....
3
by: wizzbangca | last post by:
Hi everyone. Having problems with a utility I am writing for work. The previous IT Director thoughtfully allowed 3 (2000, xp, 2003) versions of outlook to be installed rather than 1. Now I need...
2
by: JC | last post by:
Anybody knows what problem has this code? I think, in the Garbage Collector? You know the Solution? The program in the test's case, whit 350 contacts, run OK before number 86. The error is a...
4
by: Brian Hampson | last post by:
I recently upgraded to Outlook 2007 B2TR and have found that I can no longer code against MAPI.DLL It's gone :( Using C#, I used to get the MAPI session, and from that I could change the out of...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.