outlook

  1. T

    Save Outlook email Information to SQL Server

    I'm trying to save inbound Outlook mail data to sql server however I'm getting in error in System.Runtime.InteropServices.COMException: 'The attempted operation failed. An object could not be found.' What did I missed Note: RetrieveMail is exist in mailbox using System; using...
  2. octola

    Use of Microsoft.Office.Interop.Outlook

    Hello, Is it possible to retrieve the structure tree of Outlook (I mean to know which files there are, which subfolders, etc....) ? I don't find clear documentation about how to use the namespace Microsoft.Office.Interop.Outlook. Does someone have some informations ? Sorry for my english
  3. R

    How do I save an outlook email to a text file

    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 C# code. I can't find anything relevant on internet. Please help!
  4. R

    Question How To Format Table In The Body Of 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 of "x" will be in one specific column only, in different cells of that column). I am looking for...
  5. R

    Question How to send generic list<T> 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 of "x" will be in one specific column only, in different cells of that column). I am looking for...
  6. R

    Question How can I send generic list<T> 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 of "x" will be in one specific column only, in different cells of that column). I am looking for...
  7. C

    Question Outlook Calendar Add-in

    I'm a bit rusty to the programming game, so I'm not sure if I'm in the right place... I'd like to create an Add-in for Outlook (2013 is my current version) that will send a notification to a calendar owner when a change is saved by a delegate in a calendar appointment. E.g. send the calendar...
Back
Top Bottom