Is there any way to filter the messages' downloading by more than one specific subject?
For example, I need to download only the messages which contain "for 10" or "for 11" in their respective subjects.
With one subject it's clear:
folderSearchMessages.Messages.Download("SUBJECT for 10", messageFetchMode, numMessages)
By the way, where could I look for deeper documentation? Rather than the official page.