Question

outlook programming . repliedmsg

Asked by: SirReadAlot

Hi experts,
This seems to be dragging on. this is the last installment of my outlook programming.

Trying to write a piece of code to evaluate if an outlook msg which is in the sentbox has been replied to or not.
the best way is to loop through each item in the folder and determine if the first index is greater than the second index.

if it is then the search stops, else it continues until it finds out that it something.

so far this is what i have

my code doeasn't work because i can't figure somethings out!!

Any assistance will be greatly appreciated.

thanks

 private static void hasBeenReplied(MailItem msg)
                          {
                                string      conIndex  = msg;
                                msg.ConversationIndex;

                                bool retval =false;
                                //look for the conversation index in sent items

                              for (int i=0; i<=oSentFolder.Items.Count && retval==false; i++)
                              {
                                    if (oSentFolder.Items[i].conIndex.
                                    {

                                          retval = true;

                                          }

                                    return retval
             
                                    }

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2005-08-24 at 03:02:10ID21538034
Tags

outlook

Topic

C# Programming Language

Participating Experts
1
Points
500
Comments
23

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. bool vs. BOOL
    Are bool (standard C++) and BOOL (defined in Visual C++) interchangable?
  2. bool
    I have a function that I copy from book as below. But, my Borland Turbo C++ ver4.5 Windows can't compile it. It saying that undefined 'bool'. How should I fix it? bool full(){return (top == max_len -1}; Thank you.
  3. bool and BOOL?
    I am new in MFC, now I am doing a project by using it, there is some questions bothering me. What is real difference between bool and BOOL in MFC? What is difference between true(false) and TRUE(FALSE)? Are they exchangable under some circumstances? Any help is appreciated. ...
  4. The difference between "bool" and "BOOL" in C++ ?
    in C++ Windows programming what is the difference between using the types "bool" and "BOOL" as a return type.

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: SirReadAlotPosted on 2005-08-24 at 03:26:31ID: 14741054

sorry this
private static void hasBeenReplied(MailItem msg)
            {
                  string      conIndex  = msg;
                  msg.ConversationIndex;

                  bool retval =false;
                  //look for the conversation index in sent items

                  for (int i=0; i<=oSentFolder.Items.Count && retval==false; i++)
                  {
                        if (oSentFolder.Items[i].conIndex== conIndex)

                        {
                    retval = true;
                    }
                    return retval;
                       }
            }

 

by: SirReadAlotPosted on 2005-08-24 at 03:53:04ID: 14741178

error here    if (oSentFolder.Items[i].conIndex== conIndex)
saying
 'object' does not contain a definition for 'conIndex'

thanks

 

by: rajaloysiousPosted on 2005-08-24 at 03:56:23ID: 14741195

private bool hasBeenReplied(MailItem msg)
          {
               string     conIndex  = msg;
               msg.ConversationIndex;

               bool retval =false;
               //look for the conversation index in sent items

               for (int i=0; i<oSentFolder.Items.Count ; i++)
               {
                    if (oSentFolder.Items[i].conIndex== conIndex)
                    {
                        retval = true;
                        break;
                    }
                   return retval; //if you want to return anything then have the return value as bool instead of void
                }
          }

 

by: rajaloysiousPosted on 2005-08-24 at 04:02:40ID: 14741230

private bool hasBeenReplied(MailItem msg)
          {
               string     conIndex  =  msg.ConversationIndex;

               bool retval =false;
               //look for the conversation index in sent items

               for (int i=0; i<oSentFolder.Items.Count ; i++)
               {
                    if (oSentFolder.Items[i].ConversationIndex == conIndex)
                    {
                        retval = true;
                        break;
                    }
                   return retval; //if you want to return anything then have the return value as bool instead of void
                }
          }

 

by: SirReadAlotPosted on 2005-08-24 at 04:03:55ID: 14741234

will work on this

 

by: SirReadAlotPosted on 2005-08-24 at 04:05:45ID: 14741246

hi raj

got this error again

 'object' does not contain a definition for 'ConversationIndex'

in this line


if (oSentFolder.Items[i].ConversationIndex == conIndex)

thanks

 

by: rajaloysiousPosted on 2005-08-24 at 04:21:16ID: 14741313

see this
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdo/html/f1c6535b-e30a-4b35-b8d6-e86c0aeb2164.asp

Also the version of the outlook you are using may not support this property.

After this, you may also need to use the ConversationTopic to see if the message is replied.

cheers

 

by: rajaloysiousPosted on 2005-08-24 at 04:24:56ID: 14741336

Also, i guess you should be using Message Object instead of MailItem Object??

 

by: SirReadAlotPosted on 2005-08-24 at 04:25:46ID: 14741339

i will try all these

thanks

 

by: SirReadAlotPosted on 2005-08-24 at 04:37:43ID: 14741398

i am using outlook 2003 and this contains no message obj.
i guess i have to pass this on to the lead programmer

 

by: SirReadAlotPosted on 2005-08-24 at 04:39:50ID: 14741406

'object' does not  a definition for 'ConversationIndex'

how do I force the object to accept this?

 

by: rajaloysiousPosted on 2005-08-24 at 04:42:22ID: 14741427

The error means that the object you are using (MailItem) does not support this proprty yet. ('ConversationIndex')
cheers

 

by: SirReadAlotPosted on 2005-08-24 at 04:44:16ID: 14741438

okay. which means that only message obj.
 supports this property

 

by: rajaloysiousPosted on 2005-08-24 at 04:54:27ID: 14741478

Can you tell me which line this error occurs and when (while comilation or running)

We are missing something very simple.

if possible post the whole relevant code..

 

by: SirReadAlotPosted on 2005-08-24 at 05:27:31ID: 14741672

sorry about the delay:::::::


            private static bool hasBeenReplied(MailItem msg)
            {
                  string     conIndex  =  msg.ConversationIndex;

                  bool retval =false;
                  //look for the conversation index in sent items

                  for (int i=0; i<oSentFolder.Items.Count ; i++)
                  {
                        if (oSentFolder.Items[i].ConversationIndex == conIndex)
                        {
                              retval = true;
                              break;
                        }
                        return retval;
                  }
            }

full code===============================
using System;
using Microsoft.Office.Interop.Outlook;
using System.Collections;
using System.Reflection;


namespace EmailSorter
{
      /// <summary>
      /// Summary description for Class1.
      /// </summary>
      class Test
      {
            /// <summary>
            /// The main entry point for the application.
            /// </summary>
            
            
            
            private static Application oApp;
            private static NameSpace oNS;
            private static Recipient oUser;
                  
            private static MAPIFolder oFolder;
            private static MAPIFolder oReadNotActionedDestinationFolder;
            private static MAPIFolder oReadDestinationFolder;
            private static MAPIFolder oSentFolder;
            private static MAPIFolder oInboxFolder;
            private static MAPIFolder oFileToJunk;
      

            
            [STAThread]
            static void  Main(string[] args)
            {
                  
                  //         oNS.Logon("Azunma, Chi",Missing.Value,false,true);

                  Console.WriteLine("KPMG outlook inbox manager");
                  Console.WriteLine("  In progress");
                  
                  Console.WriteLine("    Loading outlook folders");
                  inistialiseFolders();
                  
                  //MailItem oMsg = (MailItem)oItems.GetFirst();
                  int iCount = 0;
                  int iNewCount = 1;
                  
                  Console.WriteLine("    Processing mail items");

                  while (iCount != iNewCount)
                  {
                  
                        Items oItems = oFolder.Items;
                        iCount = oItems.Count;
                        for (int i=1; i<=iCount; i++)
                        {
                              try
                              {
                                    MailItem oMsg = (MailItem)oItems[i];
                                    //string test = oMsg.CC;
                                    //      string index = oMsg.ConversationIndex;
                                    //string topic =oMsg.ConversationTopic;

                                    Console.WriteLine("      Mail item: " + oMsg.Subject);
                                    if (!oMsg.UnRead)
                       
                                    {
                                          if(inCCField(oMsg))
                                          {
                                                oMsg.Move(oFileToJunk);
                                                Console.WriteLine("         checking the CC Field");
                                                Console.WriteLine("         moved to junk folder");
                                          }
                                          else
                                          {
                                                if (HasBeenReplied(oMsg.Subject))
                                                {
                                                      if(hasAttachment(oMsg))
                                                      {
                                                            oMsg.Move(oFileToJunk);
                                                            Console.WriteLine("         checking the Attachment PlaceHolder");
                                                            Console.WriteLine("         moved to junk folder");
                                                      }
                                                      else
                                                      {
                                                            oMsg.Move(oInboxFolder);
                                                            Console.WriteLine("         moved to Deleted Items");
                                                      }
                                                }
                                                else
                                                {
                                                      oMsg.Move(oFileToJunk);
                                                      Console.WriteLine("         moved to junk folder");
                                                }
                                                      
                                                                          
                                          }
                                    

                                    }
                              }
                              


                                    //                                    if (!oMsg.UnRead && hasBeenActioned(oMsg.Subject))
                                    //                                    {
                                    //                                          oMsg.Move(oReadDestinationFolder);
                                    //                                          Console.WriteLine("         moved to junk folder");
                                    //                                    }
                                    //
                                    //                                    
                                    //                                    if (!oMsg.UnRead && hasAttachment(oMsg))
                                    //                                    {
                                    //                                          oMsg.Move(oInboxFolder);
                                    //                                          Console.WriteLine("         moved to Deleted Test junk folder");
                                    //                                    }
                                    //
                                    //
                                    //                                    if (!oMsg.UnRead)
                                    //                                    {
                                    //                                          oMsg.Move(oReadNotActionedDestinationFolder);
                                    //                                          Console.WriteLine("         task created");
                                    //                                    }
                                    //                                    else
                                    //                                    {
                                    //                                          Console.WriteLine("         not touched");
                                    //                                    }
                                    //                                                
                                    //                              }
                                    //

                              catch (System.InvalidCastException ice)
                              {
                                    Console.WriteLine("      Not an item of mail");
                              }
                              catch {}
                        }
                        iNewCount = oItems.Count;

                  }      
                  Console.WriteLine("Completed");
                  Console.WriteLine("Press enter to exit application");
                  Console.Read();
            }


            private static bool hasBeenActioned (string mailSubject)
            {
                  bool retval = false;
                  for (int i=1; i<=oSentFolder.Items.Count && retval==false; i++)
                  {
                        try
                        {
                              MailItem msg = (MailItem)oSentFolder.Items[i];
                              if (msg.Subject == mailSubject)
                              {              
                                    retval = true;
                             
                              }
                        }
                        catch{}
                  }
                  return retval;
            }

             
            //Code to see if email has an attachment.
            private static bool hasAttachment (MailItem msg)
            {
                  bool retval = false;
            {
                  try
                  {
                        if (msg.Attachments.Count > 0)
                        {              
                              retval = true;
                        }
                  }
                  catch{}
            }
                  return retval;
            }

      
            private static bool inCCField (MailItem CCmsg)
            {
                  bool retval = false;
            {
                  try
                  {
                        if (CCmsg.CC != null)
                        {              
                              retval = true;
                        }
                  }
                  catch{}
            }
                  return retval;
            }

            
      

//            private static bool HasBeenReplied (MailItem RepliedMsg)
//            {
//                  bool retval = false;
//                  try
//                  {
//
//                        string s = "h";
//                        s=s.Substring(
//                        foreach (MailItem Repliedmsg )
//                        {
//                              int convIndex = int.Parse(Repliedmsg.ConversationIndex.ToString());
//                              if (convIndex > 0)
//                              {              
//                                    retval = true;
//                              }
//                        }
//                  }
//                  catch (System.InvalidCastException exc)
//                  {
//                        Console.WriteLine(exc.Message);
//                  }
//                  return retval;
//            }
//
//
//            
//            private static void hasBeenReplied(MailItem msg)
//            {
//                  string      conIndex  =       msg.ConversationIndex;
//                 bool retval =false;
//                  //look for the conversation index in sent items
//                 for (int i=0; i<=oSentFolder.Items.Count && retval==false; i++)
//                  {
//                        if (oSentFolder.Items[i].conIndex)        
//                                     
//                                 
//
//                        {
//                    retval = true;
//                    }
//                    return retval;
//                       }
//            }
//


            private static bool hasBeenReplied(MailItem msg)
            {
                  string     conIndex  =  msg.ConversationIndex;

                  bool retval =false;
                  //look for the conversation index in sent items

                  for (int i=0; i<oSentFolder.Items.Count ; i++)
                  {
                        if (oSentFolder.Items[i].ConversationIndex == conIndex)
                        {
                              retval = true;
                              break;
                        }
                        return retval;
                  }
            }


            private static void inistialiseFolders()
            {
                  oApp = new ApplicationClass();
                  oNS = oApp.GetNamespace("MAPI");
            oUser = oNS.CreateRecipient("Azunma, Chi");       // todo create a global variable.
                  oFolder = oNS.GetSharedDefaultFolder(oUser, OlDefaultFolders.olFolderInbox);
                  oReadNotActionedDestinationFolder = oNS.GetSharedDefaultFolder(oUser, OlDefaultFolders.olFolderTasks);
                  oReadDestinationFolder = oNS.GetSharedDefaultFolder(oUser, OlDefaultFolders.olFolderJunk);
                  oSentFolder = oNS.GetDefaultFolder(OlDefaultFolders.olFolderSentMail);
                  oInboxFolder = oNS.GetDefaultFolder(OlDefaultFolders.olFolderDeletedItems);
                   oFileToJunk =      oNS.GetSharedDefaultFolder(oUser, OlDefaultFolders.olFolderJunk);
                }



      }
}

 

by: SirReadAlotPosted on 2005-08-24 at 05:31:42ID: 14741706

during compilation

i got this error
 'object' does not contain a definition for 'ConversationIndex'
this code
private static bool hasBeenReplied(MailItem msg)
            {
                  string     conIndex  =  msg.ConversationIndex;

                  bool retval =false;
                  //look for the conversation index in sent items

                  for (int i=0; i<oSentFolder.Items.Count ; i++)
                  {
                        if (oSentFolder.Items[i].ConversationIndex == conIndex)<<highlighted
                        {
                              retval = true;
                              break;
                        }
                        return retval;
                  }
            }


thanks

 

by: rajaloysiousPosted on 2005-08-24 at 06:07:15ID: 14742031

which line does the error come up?

string     conIndex  =  msg.ConversationIndex;
OR
if (oSentFolder.Items[i].ConversationIndex == conIndex)<<highlighted

I have donesome changes - try them out
It may be that the vesion of the Outlook does not support this property:
private static bool hasBeenReplied(MailItem msg)
          {
               string     conIndex  =  msg.ConversationIndex;
               string     conTopic  =  msg.ConversationTopic;

               bool retval =false;
               //look for the conversation index in sent items

               for (int i=0; i<oSentFolder.Items.Count ; i++)
               {
                    if ((oSentFolder.Items[i].ConversationTopic == conTopic  ) &&
                         (Convert.ToInt64(oSentFolder.Items[i].ConversationIndex) > conIndex) )
                    {
                         retval = true;
                         break;
                    }
               }
                     return retval;
         }

 

by: SirReadAlotPosted on 2005-08-24 at 06:13:43ID: 14742092

     
hi.  your question

which line does the error come up?

string     conIndex  =  msg.ConversationIndex;
OR
if (oSentFolder.Items[i].ConversationIndex == conIndex)<<highlighted

ans

if (oSentFolder.Items[i].ConversationIndex == conIndex)

i will try your new code

 

by: SirReadAlotPosted on 2005-08-24 at 06:17:34ID: 14742132

hi tried it, the version of outlook is 2003.

am using this com library.
using Microsoft.Office.Interop.Outlook;
=======================================
i still have this error { 'object' does not contain a definition for 'ConversationTopic'}

this is being highlighted
if ((oSentFolder.Items[i].ConversationTopic == conTopic  ) &&


private static bool hasBeenReplied(MailItem msg)
            {
                  string     conIndex  =  msg.ConversationIndex;
                  string     conTopic  =  msg.ConversationTopic;
                bool retval =false;
                  //look for the conversation index in sent items
      for (int i=0; i<oSentFolder.Items.Count ; i++)
                  {
                        if ((oSentFolder.Items[i].ConversationTopic == conTopic  ) &&
                              (Convert.ToInt64(oSentFolder.Items[i].ConversationIndex) > conIndex) )
                        {
                              retval = true;
                              break;
                        }
                  }
                  return retval;
            }

thanks

 

by: rajaloysiousPosted on 2005-08-24 at 06:17:51ID: 14742139

Can you give a last try.
private static bool hasBeenReplied(MailItem msg)
          {
               string     conIndex  =  msg.ConversationIndex;
               string     conTopic  =  msg.ConversationTopic;

               bool retval =false;
               //look for the conversation index in sent items

               for (int i=0; i<oSentFolder.Items.Count ; i++)
               {
                   MailItem oSentMailItem = oSentFolder.Items[i];
                   MessageBox.Show(oSentMailItem.ConversationIndex.ToString());
                    if ((oSentMailItem .ConversationTopic == conTopic  ) &&
                         (Convert.ToInt64(oSentMailItem.ConversationIndex) > conIndex) )
                    {
                         retval = true;
                         break;
                    }
               }
                     return retval;
         }

 

by: SirReadAlotPosted on 2005-08-24 at 06:26:08ID: 14742213

still the same error.
its a console application.

 

by: SirReadAlotPosted on 2005-08-24 at 07:38:16ID: 14742978

done it and thanks for your help.
Your based in london am here as well. Damn the weather a smashed!!!

private static bool hasBeenReplied(MailItem msg)
            {
                  string     conIndex  =  msg.ConversationIndex;
                  string     conTopic  =  msg.ConversationTopic;
                bool retval =false;
                  //look for the conversation index in sent items
                  for (int i=1; i<=oSentFolder.Items.Count ; i++)
                  {
                        try
                        {
                              MailItem sentMailItem = (MailItem)oSentFolder.Items[i];
                              string sentConIndex = sentMailItem.ConversationIndex;
                              if (sentConIndex.Length > conIndex.Length)
                              {
                                    string sCompare = sentConIndex.Substring(0,conIndex.Length);
                                    if (sCompare == conIndex  )
                                    {
                                          retval = true;
                                          break;
                                    }
                              }
                        }
                        catch {} //i's not an item of mail - ignore the error
                        
                  }
                  return retval;
            }

            

 

by: rajaloysiousPosted on 2005-08-24 at 07:56:09ID: 14743182

cheers.

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...