Pregunta

As shown in the image below, Outlook users can either click the search window (orange) or use the hotkey Ctrl-E to start a search in the current folder.

Is there a way to do this search programmatically? I've tried using the AdvancedSearch method, but it does not produce the same results I'm looking for.

¿Fue útil?

Solución

Use MAPIFolder.Items.Find/FindNext/Restrict.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top