Click here to Skip to main content
15,922,427 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi i'm nada,

i've a problem in sending or assigning a task from client to another client on the same server, and i'm wondering if i need a mail sever or i can do it using c# code only.
thanks.
Posted
Comments
jim lahey 10-Feb-11 11:58am    
provide some more information please

1 solution

Hi,

With so little information it's actually quite impossible to answer your question. However few things are quite certain:
- You would need a centralized, safe store for assigned tasks. This could be an Exchange server if using Outlook Tasks or a database server with custom tables such as SQL Server or even a custom service written in C# which stores the tasks on the server. It depends on your requirements.
- You would need a client side connectivity. If SQL Server is used you can use standard classes from System.Data.SqlClient namespace to communicate with SQL Server but if you use Exchange server you need for example Office Primary Interop assemblies to communicate with Outlook or some other mechanism to view and modify data on the Exchange Server and so on.

So I think that you should concentrate on the requirements. What servers you already have, how (and by whom) it's going to be administered, does some server product provide the required functionality already which you could just use or do you need something extra etc.
 
Share this answer
 
Comments
nada ezz eldien 12-Feb-11 9:21am    
thanks alot for your help
Wendelius 12-Feb-11 9:29am    
You're welcome :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900