Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: display the list of access database names in a combobox Pin
MemberDotNetting23-Apr-12 0:39
MemberDotNetting23-Apr-12 0:39 
GeneralRe: display the list of access database names in a combobox Pin
BobJanova23-Apr-12 2:33
BobJanova23-Apr-12 2:33 
AnswerRe: display the list of access database names in a combobox Pin
Karthik Harve23-Apr-12 1:03
professionalKarthik Harve23-Apr-12 1:03 
GeneralRe: display the list of access database names in a combobox Pin
MemberDotNetting23-Apr-12 5:41
MemberDotNetting23-Apr-12 5:41 
GeneralRe: display the list of access database names in a combobox Pin
BobJanova23-Apr-12 5:59
BobJanova23-Apr-12 5:59 
GeneralRe: display the list of access database names in a combobox Pin
Wes Aday23-Apr-12 6:04
professionalWes Aday23-Apr-12 6:04 
GeneralRe: display the list of access database names in a combobox Pin
Dave Kreskowiak23-Apr-12 8:26
mveDave Kreskowiak23-Apr-12 8:26 
QuestionNeed a fast answer! Pin
Håkan Axheim22-Apr-12 21:21
Håkan Axheim22-Apr-12 21:21 
Hi,

I am building an application that uses Exchange Web Services (EWS). Everything that I have build works except retreiving a list of calender rooms from Exchange. In Microsoft Exchange Console I have created 3 different rooms. In my C# code I want to list this three rooms. This is my source code:
C#
// Return all the room lists in the organization.
EmailAddressCollection myRoomLists = service.GetRoomLists();

// Display the room lists.
foreach (EmailAddress address in myRoomLists)
{
    Console.WriteLine("Email Address: {0} Mailbox Type: {1}", address.Address, address.MailboxType);
}


But no room lists will be returned with this source code! Why?
Mr BigSpender

AnswerRe: Need a fast answer! Pin
Abhinav S22-Apr-12 22:00
Abhinav S22-Apr-12 22:00 
GeneralRe: Need a fast answer! Pin
Håkan Axheim22-Apr-12 22:34
Håkan Axheim22-Apr-12 22:34 
AnswerRe: Need a fast answer! Pin
Abhinav S22-Apr-12 22:50
Abhinav S22-Apr-12 22:50 
AnswerRe: Need a fast answer! PinPopular
OriginalGriff22-Apr-12 22:34
mveOriginalGriff22-Apr-12 22:34 
AnswerRe: Need a fast answer! Pin
Lutosław23-Apr-12 10:59
Lutosław23-Apr-12 10:59 
QuestionDisplaying the application name in context menu Pin
sarang_k22-Apr-12 21:19
sarang_k22-Apr-12 21:19 
AnswerRe: Displaying the application name in context menu Pin
Bernhard Hiller22-Apr-12 21:28
Bernhard Hiller22-Apr-12 21:28 
AnswerRe: Displaying the application name in context menu Pin
Abhinav S22-Apr-12 22:51
Abhinav S22-Apr-12 22:51 
QuestionError : Database Rollbacks Automatically After Exectuion of C# code Pin
Alchemist288922-Apr-12 20:46
Alchemist288922-Apr-12 20:46 
AnswerRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Richard MacCutchan22-Apr-12 21:11
mveRichard MacCutchan22-Apr-12 21:11 
GeneralRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Alchemist288922-Apr-12 21:27
Alchemist288922-Apr-12 21:27 
AnswerRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Peter_in_278022-Apr-12 21:21
professionalPeter_in_278022-Apr-12 21:21 
GeneralRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Alchemist288922-Apr-12 21:26
Alchemist288922-Apr-12 21:26 
AnswerRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Dave Kreskowiak23-Apr-12 7:05
mveDave Kreskowiak23-Apr-12 7:05 
QuestionGenerate all possible combination A-Z0-9 with 16 length(Permutations) Pin
jojoba201122-Apr-12 18:10
jojoba201122-Apr-12 18:10 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
Pete O'Hanlon22-Apr-12 19:10
mvePete O'Hanlon22-Apr-12 19:10 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
BobJanova22-Apr-12 22:33
BobJanova22-Apr-12 22:33 

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.