complete
Active member
- Joined
- Oct 24, 2012
- Messages
- 35
- Programming Experience
- 3-5
How do I use a outlook email group name in C# as determining who someone is?
I have been tasked at using a username / email address in a C# program.
Here are the steps that are involved.
I have been tasked at using a username / email address in a C# program.
Here are the steps that are involved.
- A user uses the program that is part of a web based system
- somehow the code (html, I suppose) determines who is browsing the web pages.
- that username or identity of sorts, is compared to see if it belongs to an email group ID.
- then the page activates or deactivates some controls, such as radio buttons, based on whether or not it belongs to one or more email groups.
- Please advise. Where can I go to find samples or examples of the steps to do this task?