Search results for query: *

  • Users: octola
  • Content: Threads
  • Order by date
  1. octola

    Answered Read Command Prompt

    Hello, I’m writing a code with a button in Outlook. When the button is triggered, I would like to launch the Windows command prompt and retrieve what the user writes in the command prompt. I already have this piece of code which allows to write in the command prompt: Process process = new...
  2. octola

    Move a mail

    Hello, I found a code that allows to move a selected mail to a selected folder (outlook). It works, but when I run the code and then select any mail, it is moved to the "2019" folder. I would like the process to be active only for the first selected mail. Does anyone know if this is possible...
  3. 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
Back
Top Bottom