Develop Webmail Like Gmail - Yahoo For An Organization?
May 1, 2010
i just started learning of .NET using C#. i m working on Webmail Project. My Requirement is develop a webmail service for an internal organization in which u can send email to any domain and recieve as well as.first i need beginer training so i can send mails at simple level. currently m not able to send mails using smtp server and how to configure it.
I want to create a webmail like yahoo or gmail ? in which people can send email to yahoo and gmail and receive emails also ? at the same time i want that i can customize the css . I have heard of telerik webmail but the demo and the source code downloaded does not allows us send email .. .
I want to get all contact list of email from Gmail, Yahoo or Hotmail in the ASP.NET and C#.
Instead of enter username and password on my page (and call the API for authentication), I am thinking to redirect to Gmail, Yahoo and Hotmail respectively for authentication (is it something called oAuth?) and authorization (consent) ?
It should redirect back to my page with all the contact list.
I want to find contact list of yahoo mail using user name and password.For example i give user name and password and it will give contact list in any format like excel or word...
I want to make a email service project like gmail, yahoo with small feature. I am unable to understand from where i start it. Can you provide me the complete detail to start this project.
i have to show organization chart for an organization. i have no idea how to do that,,how can i use system.graphics name space to show this chart can anybody help me with this..??data is basically coming from data base, the whole hierarchy is there in the database i have to show it graphically on organisation.aspx page.
I am making a simple contact us page for myslef as whomever wants to contact me can contact me on my gmail or at yahoo.com my
[Code]...
[IMG]http://i40.tinypic.com/2yufwhl.jpg[/IMG]Whenever i run this code it gives me the following error [IMG]http://i39.tinypic.com/2roglja.jpg[/IMG]Language-VS2008 ASP.NET(C#)i simply want all these details which are filled by anyone should come to my mail.
Is it possible to use credentials from a Webmail account such as Yahoo, Mail, Techemail, etc. for sending emails from within my webpage? I have a webmail account with Techemail.com and Yahoo. Instead of using my hosting SMTP credentials, I wish to use Techemails or Yahoos. I found an example using Yahoo's SMTP/POP information and tried to emulate it in my webpage but I keep getting the "Failure sending mail" error. Not sure what I'm doing wrong. Here is my code below.
Imports System.Net.Mail Private Sub FormatEmail() Try Dim [to] As String = txtEmailAddress.Text Dim [from] As String = "myEmail@techemail.com"
In every organization there will be mail access project. I want to know the sample application. Can u please tell me the sample application. I know how to send the mails from asp.net page, by using one email id. means by setting the mailer host, username and password details in web.config file. But i need to send from different email id's to different id's.
I have to generate an organization chart, in my asp.net application and it should supports drag and drop feature to update the linkage between organization structure. What would be the best way to deal with it, (jQuery or silver light or .net chart controls). My primary needs is to support drag and drop.
I am currently attempting to build an Organisation chart image map based on the data in our SQL Database. I am doing this at runtime in an ASP.NET C# web application.
I have been asked to investigate the possibility of adding personal images from our SQL DB into the chart and I am completely lost... As I am creating an image already, how would I add an existing image (which is stored in the database) into the new one?
The code I am using to generate the image is as follows -
Here I store the hierarchy data for the Organosation. Under_Level_ID denotes under which Level_ID the current Level is lying. e.g. for Branch the hierarchy in above table will be likeHO-->REGION-->Branch & for ZONE the hierarchy will be same as branch. Now my problem is I need all the hierarchy below a given Level. i.e. if am passing 132 as level then the SP should return me all the hierarchy elements lik Zone, Branch, fgfgfhf, Cluster,
Need to develop a Web application that will be used to authenticate and authorize internal and external users to log and then re-route to web applications for the organization. The login application should be able to provider smooth integration with any future applications that needs a secured authentication. Should I be using WIF - Claims based Identity/ADFS or asp.net Role membership provider to develop this app.?
I,am trying to create a self association relation for an organization chart data tree in Entity Framework,after trying different ways for prevention of exceptions like 3007 and etc. I found that when I put my foreign key in my POCO near Parent and Items navigation properties its work.but I think this is not correct that we have both ParentID scalar property and Parent navigation property. review this and tell me is it correct or not.I'm using VS 2010 RC and ofcource .net framework 4.0 RC
I seem to be having issues with posting forms with DropDownLists. I've looked all over the net and tried various solutions, but none seem to work for me.
I'm getting the following error: The parameter conversion from type 'System.String' to type 'Models.Organization' failed because no type converter can convert between these types.
Here's my ViewModel:
[Code]....
Here's my controller:
[Code]....
The objects are generated by ADO.NET Entity Framework. Organizations is its own object, but also a property of Profile (each user belongs to one organization). Now I understand what the error message is saying, just not sure how else I'm supposed to do this.