CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: raushanaj5

Search: Search took 0.02 seconds.

  1. How to send Image Files to server using winsock in C++

    I am using Visual Studio 2013.

    I have developed a simple client and server application using winsock API in C++ where the client sends normal message to the server. But, I want to send multiple...
  2. How do I save an outlook email to a text file using C#

    Is there any way to save an outlook email to a text file using C#? Manually we do it by opening the mail and clicking SaveAs and then select file type as text only. But, this should be done through...
  3. How to send generic list in tabular form in body of mail via outlook

    I am using C# for my problem.
    I have an Excel file which has many worksheets. From "Fisrt Sheet", I am looking for a character "x" which will be present in some cells of a specific column (occurence...
  4. How can I send generic list in the body of outlook mail

    I am using C# for my problem.
    I have an Excel file which has many worksheets. From "Fisrt Sheet", I am looking for a character "x" which will be present in some cells of a specific column (occurence...
  5. Not reading for loop, can't send outlook mail

    I have implemented my work, but the mail is not getting sent. Infact, the compiler can't reach the "for" loop. I have to extract the rows(A-H) where character "d" is present. Suppose if "d" is...
  6. Re: Extract specific data from excel file and mail via outlook 2007

    I have implemented my work using VBA (macros). I want to convert my VBA code to C#. I want help in converting my code to C#.

    My implementation so far is as under:



    Option Explicit
    Sub...
  7. Extract specific data from excel file and mail via outlook 2007

    I am new to C#. Please help me with my problem!

    I have an Excel file in which multiple sheets are present. From "Sheet1", I have to look for a character "d" in column "M". If "d" is present in...
Results 1 to 7 of 8





Click Here to Expand Forum to Full Width

Featured