Click here to Skip to main content
15,897,518 members
Home / Discussions / C#
   

C#

 
QuestionBest way to give or take away full mailbox access via C sharp? Pin
turbosupramk329-Oct-13 9:15
turbosupramk329-Oct-13 9:15 
AnswerRe: Best way to give or take away full mailbox access via C sharp? Pin
Brisingr Aerowing29-Oct-13 9:24
professionalBrisingr Aerowing29-Oct-13 9:24 
GeneralRe: Best way to give or take away full mailbox access via C sharp? Pin
turbosupramk329-Oct-13 10:23
turbosupramk329-Oct-13 10:23 
GeneralRe: Best way to give or take away full mailbox access via C sharp? Pin
turbosupramk330-Oct-13 1:31
turbosupramk330-Oct-13 1:31 
GeneralRe: Best way to give or take away full mailbox access via C sharp? Pin
turbosupramk330-Oct-13 1:46
turbosupramk330-Oct-13 1:46 
GeneralRe: Best way to give or take away full mailbox access via C sharp? Pin
Brisingr Aerowing30-Oct-13 14:47
professionalBrisingr Aerowing30-Oct-13 14:47 
QuestionWhat is the best way to do this? Pin
turbosupramk329-Oct-13 5:25
turbosupramk329-Oct-13 5:25 
AnswerRe: What is the best way to do this? Pin
Pete O'Hanlon29-Oct-13 5:34
mvePete O'Hanlon29-Oct-13 5:34 
The button doesn't call the DLL on the server. Supposing your web application is written in ASP.NET, you bind to the Submit Click event and in the code behind the web page, you create an instance of the class that you are interested in, and pass in the values. What happens next really depends on whether or not the operation is quick - if it is, simply return the value. If not, you would have to spin this off as an asynchronous operation and put logic in place to periodically check the values.

GeneralRe: What is the best way to do this? Pin
turbosupramk329-Oct-13 6:33
turbosupramk329-Oct-13 6:33 
GeneralRe: What is the best way to do this? Pin
Pete O'Hanlon29-Oct-13 6:46
mvePete O'Hanlon29-Oct-13 6:46 
GeneralRe: What is the best way to do this? Pin
turbosupramk329-Oct-13 8:39
turbosupramk329-Oct-13 8:39 
GeneralRe: What is the best way to do this? Pin
Pete O'Hanlon29-Oct-13 23:37
mvePete O'Hanlon29-Oct-13 23:37 
GeneralRe: What is the best way to do this? Pin
turbosupramk330-Oct-13 1:26
turbosupramk330-Oct-13 1:26 
GeneralRe: What is the best way to do this? Pin
Pete O'Hanlon30-Oct-13 2:19
mvePete O'Hanlon30-Oct-13 2:19 
GeneralRe: What is the best way to do this? Pin
turbosupramk330-Oct-13 2:30
turbosupramk330-Oct-13 2:30 
GeneralRe: What is the best way to do this? Pin
Pete O'Hanlon30-Oct-13 3:57
mvePete O'Hanlon30-Oct-13 3:57 
GeneralRe: What is the best way to do this? Pin
turbosupramk330-Oct-13 4:20
turbosupramk330-Oct-13 4:20 
QuestionTFS custom control deployment Pin
Merklynn29-Oct-13 3:23
Merklynn29-Oct-13 3:23 
QuestionSQLGeometry as clip path? Pin
SledgeHammer0128-Oct-13 19:49
SledgeHammer0128-Oct-13 19:49 
AnswerRe: SQLGeometry as clip path? Pin
Pete O'Hanlon29-Oct-13 2:25
mvePete O'Hanlon29-Oct-13 2:25 
QuestionReading and filtering 20 m records Pin
nitin_ion28-Oct-13 18:17
nitin_ion28-Oct-13 18:17 
AnswerRe: Reading and filtering 20 m records Pin
Mycroft Holmes28-Oct-13 20:40
professionalMycroft Holmes28-Oct-13 20:40 
GeneralRe: Reading and filtering 20 m records Pin
nitin_ion28-Oct-13 22:01
nitin_ion28-Oct-13 22:01 
GeneralRe: Reading and filtering 20 m records Pin
Mycroft Holmes28-Oct-13 22:24
professionalMycroft Holmes28-Oct-13 22:24 
GeneralRe: Reading and filtering 20 m records Pin
nitin_ion28-Oct-13 23:02
nitin_ion28-Oct-13 23:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.