473,626 Members | 3,304 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CREATE EMAIL ACCOUNT

JAB
Hi,

I have MS Exchange 2003 server on the same server i have host my website. I
need a web page that people who interested to have theri own email account.

I need an ASP .net web page to perform this task. How can I programetically
create email accounts in MS Exchange 2003 server by Using ASP .net web page.
or is there another way to do this task.....

Regards

Janaka

Jan 15 '07 #1
2 2159
1st, Create his Account in AD by "System.Directo ryServices".

2st, Create his Mail Account by "CDOEXM".

--------

G Zhao



"JAB" <ja****@nettone tsolutions.comÐ ´ÈëÏûÏ¢
news:ur******** ******@TK2MSFTN GP03.phx.gbl...
Hi,

I have MS Exchange 2003 server on the same server i have host my website.
I need a web page that people who interested to have theri own email
account.

I need an ASP .net web page to perform this task. How can I
programetically create email accounts in MS Exchange 2003 server by Using
ASP .net web page. or is there another way to do this task.....

Regards

Janaka

Jan 15 '07 #2
JAB
Thanks
Zhao...
do you have any sample vb .net or asp .net code with asp .net to perform
this....
please send it to ja****@nettonet solutions.com

Regads

JAB
"G Zhao" <jn*****@163.co mwrote in message
news:uv******** ******@TK2MSFTN GP06.phx.gbl...
1st, Create his Account in AD by "System.Directo ryServices".

2st, Create his Mail Account by "CDOEXM".

--------

G Zhao



"JAB" <ja****@nettone tsolutions.comÐ ´ÈëÏûÏ¢
news:ur******** ******@TK2MSFTN GP03.phx.gbl...
>Hi,

I have MS Exchange 2003 server on the same server i have host my website.
I need a web page that people who interested to have theri own email
account.

I need an ASP .net web page to perform this task. How can I
programeticall y create email accounts in MS Exchange 2003 server by Using
ASP .net web page. or is there another way to do this task.....

Regards

Janaka


Jan 16 '07 #3

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

Similar topics

1
3917
by: Sam | last post by:
Hi, I integrated the following programs in freebsd 5.4. phpldapadmin openldap 2.2_26 courier-imap courier-authlib courier-authdaemon cyrus-sasl2-saslauthd postfix
9
2296
by: Marc Miller | last post by:
Hi all, I have 2 dev. machines, the 1st is Win 2000 with .NET 7.0 and the 2nd is XP Pro with .NET 2003. My Web Server is Win 2000 Server with IIS 5.0. I can create a new project on my test server from the 1st machine, but I receive an 'HTTP/1.1 500 Internal Server error" from my Web Server. My userid/password are the same on all 3 machines.
4
6122
by: anders | last post by:
Hi! To create a new Windows account I use this code: const int UF_PASSWD_CANT_CHANGE = 0x0040; const int UF_DONT_EXPIRE_PASSWD = 0x10000; DirectoryEntry obDirEntry = new DirectoryEntry("WinNT://" + domain); DirectoryEntries entries = obDirEntry.Children; DirectoryEntry obUser = entries.Add(username, "User"); obUser.Properties.Add(name);
2
5355
by: Michael | last post by:
Hello, I've created an ASP web page where users in our organization can create Active Directory computer accounts. The web page is running on a Server 2003 SP1 IIS 6 installation. The Exchange System Manager is running on the web server and Exchange SP2 has been installed. The web page uses ADSI code to create a user, and then CDO code to create
5
4867
by: Michael | last post by:
Hello, I've created an ASP web page where users in our organization can create Active Directory computer accounts. The web page is running on a Server 2003 SP1 IIS 6 installation. The Exchange System Manager is running on the web server and Exchange SP2 has been installed. The IIS site is configured with Basic Authentication and users are prompted to enter their Active Directory credentials when connecting to the site.
3
2151
by: Eric | last post by:
I'm looking for some best practices when it comes time to allowing a user to create an account for our web app. For example, a potential customer of ours would fill out an application and then an email would be sent w/further instructions on how to activate and login to their account. What's the best way to accomplish this? Should our system create a unique password for them (initially) and then require them to create their own? I...
1
1535
by: kuldeep singh sethi | last post by:
Hi friends!!!!!!!!! Code for create a seprate email id account like yahoo,gmail or others. i want to know that how a new account is created like yahoo, gmail. Means the seperate account. when a user creates his own account then he has his all rights to access his account and no one can access that. but i want to know how it is created i want its code. plzzzzzzzzzzzzzzzzzzzzzz. If any body has any idea the plz give me .
4
12427
by: etuncer | last post by:
Hello All, I have Access 2003, and am trying to build a database for my small company. I want to be able to create a word document based on the data entered through a form. the real question is this: can Access create the document and place it as an OLE object to the relevant table? Any help is greatly appreciated. Ricky
2
2051
by: db2db2db2 | last post by:
Hi all, i want to create db2 account not using os account,HOW can i do it? it seems that Kerberos can help me ,but i find from info center that finding groups must using os account,otherwise i must implements a fplug-in to find group info. Thanks! Best Regards john
0
8269
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8203
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8711
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8642
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8368
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7203
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5576
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4094
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2630
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.