Click here to Skip to main content
15,889,096 members
Home / Discussions / C#
   

C#

 
QuestionHow to get the language of the Windows 2000? Pin
rushing14-Apr-06 1:12
rushing14-Apr-06 1:12 
AnswerRe: How to get the language of the Windows 2000? Pin
HakunaMatada14-Apr-06 1:42
HakunaMatada14-Apr-06 1:42 
AnswerRe: How to get the language of the Windows 2000? Pin
Stefan Troschuetz14-Apr-06 2:35
Stefan Troschuetz14-Apr-06 2:35 
GeneralRe: How to get the language of the Windows 2000? Pin
Dan Neely14-Apr-06 2:43
Dan Neely14-Apr-06 2:43 
GeneralRe: How to get the language of the Windows 2000? Pin
Stefan Troschuetz14-Apr-06 3:53
Stefan Troschuetz14-Apr-06 3:53 
AnswerRe: How to get the language of the Windows 2000? Pin
J. Dunlap14-Apr-06 3:19
J. Dunlap14-Apr-06 3:19 
QuestionVisualStyles Namespace Query: Elements not Defined Pin
liehann14-Apr-06 0:45
liehann14-Apr-06 0:45 
QuestionOutlook Add-In using Redemption Pin
_Goose14-Apr-06 0:03
_Goose14-Apr-06 0:03 
Has anyone got any experience using Redemption to access the Outlook address book?

There seem to be lots of articles on using VB but trying the same approach in C# simply doesn't work

I'm wanting to walk through the entries in the address book to see if they are the sender, spam filter type stuff.

Currently I'm trying this:-

Type t = Type.GetTypeFromProgID("myRedemption.myRDOSession");
Redemption.RDOSession mySession = (Redemption.RDOSession) Activator.CreateInstance(t);
mySession.Logon(oMissing,oMissing,oMissing,oMissing,oMissing,oMissing);
if (mySession.AddressBook.AddressLists(false).Count > 0)
{
etc etc etc
}

On entering the if statement I get an Object Exception on mySession and I can't see why.

Anyone?
AnswerRe: Outlook Add-In using Redemption Pin
HakunaMatada14-Apr-06 1:52
HakunaMatada14-Apr-06 1:52 
GeneralRe: Outlook Add-In using Redemption Pin
_Goose14-Apr-06 2:35
_Goose14-Apr-06 2:35 
GeneralRe: Outlook Add-In using Redemption Pin
HakunaMatada14-Apr-06 2:46
HakunaMatada14-Apr-06 2:46 
GeneralRe: Outlook Add-In using Redemption Pin
_Goose14-Apr-06 3:16
_Goose14-Apr-06 3:16 
QuestionColor of ListBox Items Pin
rahultaing13-Apr-06 23:36
rahultaing13-Apr-06 23:36 
AnswerRe: Color of ListBox Items Pin
albCode13-Apr-06 23:45
albCode13-Apr-06 23:45 
QuestionHash Table in C# Pin
rahultaing13-Apr-06 22:30
rahultaing13-Apr-06 22:30 
AnswerRe: Hash Table in C# Pin
alexey N13-Apr-06 22:49
alexey N13-Apr-06 22:49 
AnswerRe: Hash Table in C# Pin
RedhaDev13-Apr-06 23:02
RedhaDev13-Apr-06 23:02 
AnswerRe: Hash Table in C# Pin
Bob_Sun13-Apr-06 23:22
Bob_Sun13-Apr-06 23:22 
AnswerRe: Hash Table in C# Pin
alexey N13-Apr-06 23:34
alexey N13-Apr-06 23:34 
QuestionPls its very Urgent ( Dynamic Slide Menu using DataBase) Pin
narendrakumarp13-Apr-06 21:19
narendrakumarp13-Apr-06 21:19 
AnswerRe: Pls its very Urgent ( Dynamic Slide Menu using DataBase) Pin
Stefan Troschuetz13-Apr-06 23:47
Stefan Troschuetz13-Apr-06 23:47 
QuestionUse windows authentication in client/server application Pin
Le Thanh Cong13-Apr-06 20:35
Le Thanh Cong13-Apr-06 20:35 
AnswerRe: Use windows authentication in client/server application Pin
Dave Kreskowiak14-Apr-06 6:57
mveDave Kreskowiak14-Apr-06 6:57 
QuestionAbout EndInvoke Pin
Bob_Sun13-Apr-06 15:09
Bob_Sun13-Apr-06 15:09 
AnswerRe: About EndInvoke Pin
Ravi Bhavnani13-Apr-06 15:31
professionalRavi Bhavnani13-Apr-06 15:31 

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.