문제

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.

도움이 되었습니까?

해결책

Use MAPIFolder.Items.Find/FindNext/Restrict.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top