We are using the EWS API (2010) with usage : SubscribeToPullNotifications ( FolderIDs, 300, CurrentWatermark, EventType.NewMail ) to read the emails from an exchange account into our program. However, even though the folder ids that are sent unique to each folder, when the email events are received back, i gets only the events from all folders except Sent Items folder.
The complete flow which i am using :
- Initial Sync : All folders [including sent items] ) are synced along with their mails. This information is stored to DB.
- Subsequent sync : The unique folder ids, along with the water mark received is sent for taking the next / updated batch of mails. (This doesn't give sent items folder mails).
Did any one face this issue ?. Do i need to do any extra steps to ensure the sent items folders are also synced and their mails are received in.