|
 |
aspx_professional thread: Microsoft Outlook from .Net
Message #1 by sswift@i... on Mon, 12 Aug 2002 16:38:43
|
|
Hi Dan,
What was the site that you had visited? would be might useful to know,
provided you do remember it..
Regards,
S.Nandakumar
mailto:tedn@i... <mailto:tedn@i...>
-----Original Message-----
From: Dan Deffner [mailto:ddeffner@a...]
Sent: Tuesday, August 13, 2002 2:15 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: Microsoft Outlook from .Net
I concur. If I understood the original post correctly, they wanted to grab
the outlook address of the internal user. If a user from the outside
accesses the system with internal, ie network credentials, the address that
would be attained would be the network credential's address rather than the
external client's credentials. I have only seen one method that would
access an external clients email address and that was at a site that tried
to have outlook email the site a blank email from my outlook account. It
did come up, but prompted me to authorize sending it. I declined and never
returned to that site again!
Hope this helps
Dan Deffner
-----Original Message-----
From: Philip Steel [mailto:PhilipS@t...]
Sent: Tuesday, August 13, 2002 12:59 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: Microsoft Outlook from .Net
No, but over an network you can get a user's NT login this way, e.g. JohnD -
sometimes the NT login is mapped to a domain's email address system and
therefore
you can suppose that their e-mail would be, for example,
string usersEmail = Request.ServerVariables["AUTH_USER"] + "YourDomain.com";
It will only work internally behind a firewall so it's not really a security
issue.
Is this kind of what you were after?
Phil
-----Original Message-----
From: Debreceni, David [mailto:david_debreceni@r...]
Sent: 13 August 2002 18:48
To: ASPX_Professional
Subject: [aspx_professional] RE: Microsoft Outlook from .Net
You can access someone's email address through the browser when the
anonymous is set to off? I believe that is the original question is to
access someone's email address setting from outlook when they access the
website, correct? I was told you can not access that information on a
client machine from you web site, authenticated or not. If it is possible
to do so I would love to see the code for it. I would think that would be a
security issue wouldn't it?
David Debreceni
Senior VB/ASP Developer
David_Debreceni@r... <mailto:David_Debreceni@r...>
xxx-xxx-xxxx x1086
-----Original Message-----
From: Philip Steel [mailto:PhilipS@t...]
Sent: Tuesday, August 13, 2002 1:37 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: Microsoft Outlook from .Net
There certainly is, through Request.ServerVariables("AUTH_USER")
as long as the Anonymous User checkbox has been deselected in the IIS
Directory Security Anonymous access settings for that particluar
virtual directory.....
P
-----Original Message-----
From: Debreceni, David [mailto:david_debreceni@r...]
Sent: 13 August 2002 18:04
To: ASPX_Professional
Subject: [aspx_professional] RE: Microsoft Outlook from .Net
I was always told that there is no way to access this information through
the browser. However if you are using an exchange environment, you can
query that to get the users email address via LDAP using the auth_user
variable to query with. It can be done through an object.
David Debreceni
Senior VB/ASP Developer
David_Debreceni@r... <mailto:David_Debreceni@r...>
xxx-xxx-xxxx x1086
-----Original Message-----
From: sswift@i... [mailto:sswift@i...]
Sent: Tuesday, August 13, 2002 1:41 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: Microsoft Outlook from .Net
Thanks for the reply Dan, unfortunately we're not using AD. I found some
articles about trying to get a reference to a MailItem within Outlook and
then supposedly being able to access the Sender's information. However,
I'm currently getting an unauthorizedaccessexception when I try to create
a reference to outlook.application.
Steve
> Hello,
I'm not sure this is the type of answer you are seeking but I have
done similar things with asp. If your application resides on an intranet,
then what I would normally do is use Windows authentication and then use
Request.ServerVariables for the username. This in turn could be used with
an ASDI query to AD (if you are using AD?) for the email address.
Hope this helps
Dan Deffner
-----Original Message-----
From: sswift@i... [mailto:sswift@i...]
Sent: Monday, August 12, 2002 11:39 AM
To: ASPX_Professional
Subject: [aspx_professional] Microsoft Outlook from .Net
I'm trying to find out if it's possible to programmatically determine a
user's Outlook email address when they come to my site.
This is an internal project within my company and everyone coming to the
site will be on our intranet. They will also all be using Outlook.
Thanks for any help.
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
|
|
 |