rest - Search emails in Microsoft Exchange/EWS/Office 365 -
we query our exchange server emails based on (for example) subject field. not specific address or specific address, rather emails "that went through server" , term x appeared in subject. preferably standard way rest / soap , on https. thanks.
you have 2 options think, @ least powershell. first , fastest messagetrace using get-transportservice | get-messagetrackinglog see messages have been received , sent. https://technet.microsoft.com/en-us/library/aa997573(v=exchg.160).aspx
other search every mailbox messages conforming pre-set filter. use get-mailbox | search-mailbox that. https://technet.microsoft.com/en-us/library/dd298173(v=exchg.160).aspx
Comments
Post a Comment